aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:39 +0000
commit74b636eb4e5cafd77ea70cc504b1ffdc3d1a626f (patch)
tree95a20c6d6844d16dd045d2a18f7b61dbd849c68e
parentcd8223b8edfa8315b996be20fb976df02bdee882 (diff)
downloadports-74b636eb4e5cafd77ea70cc504b1ffdc3d1a626f.tar.gz
ports-74b636eb4e5cafd77ea70cc504b1ffdc3d1a626f.zip
science/psi4: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--science/psi4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/psi4/Makefile b/science/psi4/Makefile
index 3a3cddf1ddff..773b98811f9d 100644
--- a/science/psi4/Makefile
+++ b/science/psi4/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS= ${PY_DEPENDS} \
libint2-psi4>0:science/libint2-psi4
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= blaslapack:openblas cmake compiler:c++17-lang eigen:3 fortran localbase:ldflags pytest python
+USES= blaslapack:openblas cmake compiler:c++17-lang eigen:3 fortran localbase:ldflags python
USE_GITHUB= yes
CMAKE_ARGS= -DLibxc_DIR=${LOCALBASE} \