Date: Sun, 3 Oct 2021 08:54:42 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6014fe2a2fdc - main - science/opensph: 0.3.8 release was moved to include the OpebVDB fix Message-ID: <202110030854.1938sgjC002480@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6014fe2a2fdc1ff403c74672bf805a445db2419f commit 6014fe2a2fdc1ff403c74672bf805a445db2419f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-10-03 07:31:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-10-03 08:53:36 +0000 science/opensph: 0.3.8 release was moved to include the OpebVDB fix --- science/opensph/Makefile | 6 +++--- science/opensph/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/science/opensph/Makefile b/science/opensph/Makefile index 744a9cab323c..73954ed012e0 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -1,5 +1,6 @@ PORTNAME= OpenSPH DISTVERSION= 0.3.8 +PORTREVISION= 1 # accounts for the upstream moving 0.3.8 release, including bugfixes CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -17,7 +18,7 @@ USE_WX= 3.1 GL_SITE= https://gitlab.com GL_ACCOUNT= sevecekp GL_PROJECT= sph -GL_COMMIT= fb6ec33d8fc20324161207aa2951e2e90698c272 +GL_COMMIT= 7de6c044339f649e3d19e61f735a6a24572b792a QMAKE_SOURCE_PATH= ${WRKSRC}/sph.pro QMAKE_ARGS= CONFIG+=release @@ -31,7 +32,7 @@ BINARY_ALIAS= wx-config=${LOCALBASE}/bin/wxgtk3u-3.1-config PLIST_FILES= bin/opensph bin/opensph-cli bin/opensph-info OPTIONS_DEFINE= CHAISCRIPT EIGEN HDF5 OPENMP TBB VDB -OPTIONS_DEFAULT= CHAISCRIPT EIGEN HDF5 OPENMP TBB # VDB - broken +OPTIONS_DEFAULT= CHAISCRIPT EIGEN HDF5 OPENMP TBB VDB CHAISCRIPT_DESC= Be able to read and modify particle data from a script CHAISCRIPT_QMAKE_ON= CONFIG+=use_chaiscript @@ -56,7 +57,6 @@ VDB_QMAKE_ON= CONFIG+=use_vdb VDB_LIB_DEPENDS= libImath.so:math/Imath \ libopenvdb.so:misc/openvdb \ libtbb.so:devel/onetbb -VDB_BROKEN= Fails to build, see https://gitlab.com/sevecekp/sph/-/issues/39 do-test: @${REINPLACE_CMD} -e 's|Path(.*|Path("${TEST_WRKSRC}");|' ${WRKSRC}/test/utils/Config.h diff --git a/science/opensph/distinfo b/science/opensph/distinfo index 479f9ebefeef..c2d6f82cf820 100644 --- a/science/opensph/distinfo +++ b/science/opensph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633211138 -SHA256 (sevecekp-sph-fb6ec33d8fc20324161207aa2951e2e90698c272_GL0.tar.gz) = 84ad21c187af8ed7d897aeb0c099af72d8a04e41ce4ad5fe6f7421abd01e2dc2 -SIZE (sevecekp-sph-fb6ec33d8fc20324161207aa2951e2e90698c272_GL0.tar.gz) = 26628931 +TIMESTAMP = 1633245261 +SHA256 (sevecekp-sph-7de6c044339f649e3d19e61f735a6a24572b792a_GL0.tar.gz) = 5992bdc79d4479e82c9e2aa1cb3d6ad3a33e8103f3d5e07c64618f635015a1fe +SIZE (sevecekp-sph-7de6c044339f649e3d19e61f735a6a24572b792a_GL0.tar.gz) = 26628987
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110030854.1938sgjC002480>