aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-10 23:48:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-10 23:51:17 +0000
commit3f1dce0cdd7993184246a6ef618fcba7b6a7d27d (patch)
tree067a02d6bceeb59d212d7121a4e0058bba553a92
parent2a22e2a054012d77838d69641665deb44f76e9c5 (diff)
downloadports-3f1dce0cdd7993184246a6ef618fcba7b6a7d27d.tar.gz
ports-3f1dce0cdd7993184246a6ef618fcba7b6a7d27d.zip
cad/xyce: Remove unnecessary test dependency; Add comment
-rw-r--r--cad/xyce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/xyce/Makefile b/cad/xyce/Makefile
index b9e2a23955d0..cbd54a568a8d 100644
--- a/cad/xyce/Makefile
+++ b/cad/xyce/Makefile
@@ -24,7 +24,6 @@ LIB_DEPENDS= libblas.so:math/blas \
libumfpack.so:math/suitesparse-umfpack
TEST_DEPENDS= git:devel/git \
${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
# also needs pycompadre
@@ -70,6 +69,7 @@ do-test:
# Trilinos build instructions for Xyce: https://xyce.sandia.gov/documentation-tutorials/building-guide/#instTrilinos
# Xyce build instructions: https://xyce.sandia.gov/documentation-tutorials/building-guide/
+# Xyce regression suite instructions: https://xyce.sandia.gov/documentation-tutorials/running-the-xyce-regression-suite/
# docs are in https://xyce.sandia.gov/files/xyce/Xyce_Docs-7.5.tar.gz
.include <bsd.port.mk>