1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

science/libcint: Fix tests by adding the science/py-pyscf dependency

This commit is contained in:
Yuri Victorovich 2021-06-05 13:25:30 -07:00
parent c07f689ef1
commit fc418b57d2

View File

@ -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