Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2021 19:09:22 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: ea5674b93b93 - main - science/nwchem: Fix tests by adding relevant shebang fixes and adding TEST_DEPENDS
Message-ID:  <202111051909.1A5J9MnO072036@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=ea5674b93b9332461b3b042dcc1b379709bec85d

commit ea5674b93b9332461b3b042dcc1b379709bec85d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-11-05 18:37:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-11-05 19:09:18 +0000

    science/nwchem: Fix tests by adding relevant shebang fixes and adding TEST_DEPENDS
---
 science/nwchem/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/science/nwchem/Makefile b/science/nwchem/Makefile
index 8153ee5ab78c..a265b1e2cbea 100644
--- a/science/nwchem/Makefile
+++ b/science/nwchem/Makefile
@@ -19,13 +19,17 @@ BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libblas.so:math/blas \
 		libga.so:devel/ga
 RUN_DEPENDS=	nwchem-data>0:science/nwchem-data
+TEST_DEPENDS=	bash:shells/bash
 
 USES=		fortran gmake perl5 shebangfix
-SHEBANG_FILES=	../contrib/distro-tools/build_* ../contrib/add_* config/64_to_32
-SHEBANG_GLOB=	*.sh
+USE_PERL5=	build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	nwchemgit
-USE_PERL5=	build
+
+SHEBANG_FILES=	../contrib/distro-tools/build_* ../contrib/add_* config/64_to_32 \
+		../QA/doqmtests.mpi ../QA/runtests.mpi.unix ../QA/round_esp.sh ../QA/sleep_loopqa.sh
+SHEBANG_GLOB=	*.sh
 
 MAKEFILE=	GNUmakefile
 ARCH_64BIT=	${ARCH:C/.*64.*/64/:S/${ARCH}//}



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