Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2022 23:51:19 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: 3f1dce0cdd79 - main - cad/xyce: Remove unnecessary test dependency; Add comment
Message-ID:  <202207102351.26ANpJuu070547@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=3f1dce0cdd7993184246a6ef618fcba7b6a7d27d

commit 3f1dce0cdd7993184246a6ef618fcba7b6a7d27d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-10 23:48:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-10 23:51:17 +0000

    cad/xyce: Remove unnecessary test dependency; Add comment
---
 cad/xyce/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207102351.26ANpJuu070547>