git: fa1c8395c80d - main - cience/quantum-espresso: Add test dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jul 2026 02:36:05 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fa1c8395c80d3832b11a6f213ed8f8f3d7fbe72a
commit fa1c8395c80d3832b11a6f213ed8f8f3d7fbe72a
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-07 01:43:14 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-07 02:36:03 +0000
cience/quantum-espresso: Add test dependency
---
science/quantum-espresso/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/science/quantum-espresso/Makefile b/science/quantum-espresso/Makefile
index 211395f5f85b..943323d03905 100644
--- a/science/quantum-espresso/Makefile
+++ b/science/quantum-espresso/Makefile
@@ -25,6 +25,7 @@ LIB_DEPENDS= libblas.so:math/blas \
libfftw3.so:math/fftw3 \
liblapack.so:math/lapack \
libopenblas.so:math/openblas
+TEST_DEPENDS= curl:ftp/curl # downloads pseudo-potentials for tests
USES= cmake fortran localbase:ldflags python shebangfix
GNU_CONFIGURE= yes