summaryrefslogtreecommitdiff
path: root/science/libcint
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-06-05 13:25:30 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-06-05 13:26:34 -0700
commitfc418b57d208d6dfbfdccc511a38976a23634199 (patch)
treece45f4c3028b4494df321c8596ae108250f21859 /science/libcint
parentc07f689ef165193dbfabffd83843283b9a6c5668 (diff)
downloadfreebsd-ports-fc418b57d208d6dfbfdccc511a38976a23634199.zip
science/libcint: Fix tests by adding the science/py-pyscf dependency
Diffstat (limited to 'science/libcint')
-rw-r--r--science/libcint/Makefile3
1 files changed, 2 insertions, 1 deletions
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