diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-12 16:24:54 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-12 17:27:23 +0000 |
commit | 66f0d417dccce939c130a0f98b317a0f6eae3fdd (patch) | |
tree | 49a388a1fa0f0ab49fda41f774a2d3e412d524da | |
parent | 9b440d514337a3abdfcbfff809c7e0275f983676 (diff) | |
download | ports-66f0d417dccce939c130a0f98b317a0f6eae3fdd.tar.gz ports-66f0d417dccce939c130a0f98b317a0f6eae3fdd.zip |
science/helfem: Update g20210807 -> g20210912
Shared libraries now work.
-rw-r--r-- | science/helfem/Makefile | 6 | ||||
-rw-r--r-- | science/helfem/distinfo | 6 | ||||
-rw-r--r-- | science/helfem/pkg-plist | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/science/helfem/Makefile b/science/helfem/Makefile index 211a0022a6cd..733dec509c21 100644 --- a/science/helfem/Makefile +++ b/science/helfem/Makefile @@ -1,5 +1,5 @@ PORTNAME= helfem -DISTVERSION= g20210807 +DISTVERSION= g20210912 CATEGORIES= science # chemistry MAINTAINER= yuri@FreeBSD.org @@ -19,8 +19,8 @@ USES= cmake fortran USE_GITHUB= yes GH_ACCOUNT= susilehtola GH_PROJECT= HelFEM -GH_TAGNAME= b6d8c11 +GH_TAGNAME= 21461e9 -CMAKE_ON= HELFEM_FIND_DEPS # BUILD_SHARED_LIBS is broken, see https://github.com/susilehtola/HelFEM/issues/5 +CMAKE_ON= HELFEM_FIND_DEPS BUILD_SHARED_LIBS .include <bsd.port.mk> diff --git a/science/helfem/distinfo b/science/helfem/distinfo index be7d72dabd75..d288399d72d8 100644 --- a/science/helfem/distinfo +++ b/science/helfem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631350867 -SHA256 (susilehtola-HelFEM-g20210807-b6d8c11_GH0.tar.gz) = 76b96ca133ddc59fdce8509b10165027990d7165c66345c1cdb34a32c7ca95b4 -SIZE (susilehtola-HelFEM-g20210807-b6d8c11_GH0.tar.gz) = 1020761 +TIMESTAMP = 1631463421 +SHA256 (susilehtola-HelFEM-g20210912-21461e9_GH0.tar.gz) = 08dde1f20ff741ca0befbc0472b0264f48be82e083fb4dd34927ef9cd7bffca6 +SIZE (susilehtola-HelFEM-g20210912-21461e9_GH0.tar.gz) = 1020779 diff --git a/science/helfem/pkg-plist b/science/helfem/pkg-plist index fa1a1c370223..115cfa74521a 100644 --- a/science/helfem/pkg-plist +++ b/science/helfem/pkg-plist @@ -3,8 +3,8 @@ bin/diatomic bin/diatomic_cbasis bin/diatomic_cpl bin/gensap -bin/libhelfem-common.a -bin/liblegendre.a +bin/libhelfem-common.so +bin/liblegendre.so include/helfem.h include/helfem/GaussianNucleus.h include/helfem/HollowNucleus.h @@ -13,4 +13,4 @@ include/helfem/PointNucleus.h include/helfem/PolynomialBasis.h include/helfem/RadialBasis.h include/helfem/SphericalNucleus.h -lib/libhelfem.a +lib/libhelfem.so |