git: b1f9b88ed149 - main - science/libcint: Update 4.1.2 -> 4.1.3
Yuri Victorovich
yuri at FreeBSD.org
Wed Apr 14 20:15:06 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b1f9b88ed149bbf85e467686a9dcce91e1142224
commit b1f9b88ed149bbf85e467686a9dcce91e1142224
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-14 19:55:51 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-14 20:15:02 +0000
science/libcint: Update 4.1.2 -> 4.1.3
Reported by: portscout
---
science/libcint/Makefile | 11 +++++++++--
science/libcint/distinfo | 6 +++---
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/science/libcint/Makefile b/science/libcint/Makefile
index 0aed7709ff55..dc0ef8cb00a8 100644
--- a/science/libcint/Makefile
+++ b/science/libcint/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libcint
DISTVERSIONPREFIX= v
-DISTVERSION= 4.1.2
+DISTVERSION= 4.1.3
CATEGORIES= science
MAINTAINER= yuri at FreeBSD.org
@@ -12,9 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libopenblas.so:math/openblas
USES= cmake blaslapack:openblas
+USE_LDCONFIG= yes
+
USE_GITHUB= yes
GH_ACCOUNT= sunqm
-USE_LDCONFIG= yes
PLIST_FILES= include/cint.h \
include/cint_funcs.h \
@@ -22,4 +23,10 @@ PLIST_FILES= include/cint.h \
lib/libcint.so.${PORTVERSION:R:R} \
lib/libcint.so.${PORTVERSION}
+do-test: # tests fail: https://github.com/sunqm/libcint/issues/54
+ @cd ${BUILD_WRKSRC} && \
+ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DENABLE_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \
+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
+
.include <bsd.port.mk>
diff --git a/science/libcint/distinfo b/science/libcint/distinfo
index a3b3da84247d..03dd7fd45dea 100644
--- a/science/libcint/distinfo
+++ b/science/libcint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618272179
-SHA256 (sunqm-libcint-v4.1.2_GH0.tar.gz) = a0286e820d2fd90a471a54b7d1c2daf6c95e7308c1a0802c9842d54232954dcf
-SIZE (sunqm-libcint-v4.1.2_GH0.tar.gz) = 42989071
+TIMESTAMP = 1618428981
+SHA256 (sunqm-libcint-v4.1.3_GH0.tar.gz) = 2c43ab8767e1a926990f7c3224992b5d73733c49eecf6c1fe4a6c2b4d9a00acd
+SIZE (sunqm-libcint-v4.1.3_GH0.tar.gz) = 42989184
More information about the dev-commits-ports-all
mailing list