git: 74b636eb4e5c - main - science/psi4: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:18 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=74b636eb4e5cafd77ea70cc504b1ffdc3d1a626f
commit 74b636eb4e5cafd77ea70cc504b1ffdc3d1a626f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 15:21:39 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 15:21:39 +0000
science/psi4: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python
---
science/psi4/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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} \