Date: Sat, 5 Jun 2021 20:26:36 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fc418b57d208 - main - science/libcint: Fix tests by adding the science/py-pyscf dependency Message-ID: <202106052026.155KQavZ015070@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc418b57d208d6dfbfdccc511a38976a23634199 commit fc418b57d208d6dfbfdccc511a38976a23634199 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-06-05 20:25:30 +0000 Commit: Yuri Victorovich <yuri@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106052026.155KQavZ015070>