git: fc418b57d208 - main - science/libcint: Fix tests by adding the science/py-pyscf dependency
Yuri Victorovich
yuri at FreeBSD.org
Sat Jun 5 20:26:36 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fc418b57d208d6dfbfdccc511a38976a23634199
commit fc418b57d208d6dfbfdccc511a38976a23634199
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-05 20:25:30 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-06-05 20:26:34 +0000
science/libcint: Fix tests by adding the science/py-pyscf dependency
---
science/libcint/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/science/libcint/Makefile b/science/libcint/Makefile
index 757d11a0e9ff..64dd75d3b305 100644
--- a/science/libcint/Makefile
+++ b/science/libcint/Makefile
@@ -10,7 +10,8 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libopenblas.so:math/openblas
-TEST_DEPENDS= ${PYNUMPY}
+TEST_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}pyscf>0:science/py-pyscf@${PY_FLAVOR}
USES= cmake blaslapack:openblas python:test
USE_LDCONFIG= yes
More information about the dev-commits-ports-all
mailing list