diff options
Diffstat (limited to 'science/libcint/Makefile')
-rw-r--r-- | science/libcint/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/science/libcint/Makefile b/science/libcint/Makefile index af528fdf2ec6..030c5de31ee3 100644 --- a/science/libcint/Makefile +++ b/science/libcint/Makefile @@ -1,7 +1,6 @@ PORTNAME= libcint DISTVERSIONPREFIX= v -DISTVERSION= 6.1.2 -PORTREVISION= 2 +DISTVERSION= 6.1.3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -24,7 +23,7 @@ PLIST_FILES= include/cint.h \ include/cint_funcs.h \ lib/libcint.so \ lib/libcint.so.${PORTVERSION:R:R} \ - lib/libcint.so.6.1.1 # see https://github.com/sunqm/libcint/issues/106 + lib/libcint.so.${PORTVERSION} #lib/libcint.so.${PORTVERSION} post-patch: @@ -39,4 +38,6 @@ do-test: # needs science/py-pyscf, pending https://github.com/pyscf/pyscf/issues ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test +# tests as of 6.1.3: 100% tests passed, 0 tests failed out of 2 + .include <bsd.port.mk> |