diff options
Diffstat (limited to 'science/libcint')
-rw-r--r-- | science/libcint/Makefile | 3 |
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 |