Date: Tue, 25 Jan 2022 07:52:18 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: b07d5299192a - main - science/votca: Fix tests Message-ID: <202201250752.20P7qIJB051022@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=b07d5299192a7d1979e0fdfbe3926f81fb686eb8 commit b07d5299192a7d1979e0fdfbe3926f81fb686eb8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-25 07:51:55 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-25 07:52:16 +0000 science/votca: Fix tests --- science/votca/Makefile | 5 ++++- science/votca/distinfo | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/science/votca/Makefile b/science/votca/Makefile index 6a44d3ab2fe0..9e757c9cd63d 100644 --- a/science/votca/Makefile +++ b/science/votca/Makefile @@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 2022 CATEGORIES= science +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= 078c6814797749cd1b92a2b19f0302265ccf6463.patch:-p1 # fix testsuite build + MAINTAINER= yuri@FreeBSD.org COMMENT= CSG and XTP: libraries for atomistic simulations @@ -52,7 +55,7 @@ OPTIONS_SUB= yes APPS_DESC= Build applications APPS_CMAKE_BOOL= BUILD_CSGAPPS -do-test: # 6 testscases are known to fail: https://github.com/votca/votca/issues/760 ; https://github.com/votca/votca/issues/957 +do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DENABLE_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ diff --git a/science/votca/distinfo b/science/votca/distinfo index aa8678ae2a3a..921c78d9340c 100644 --- a/science/votca/distinfo +++ b/science/votca/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1643051357 +TIMESTAMP = 1643092310 SHA256 (votca-votca-v2022_GH0.tar.gz) = eac5e34bd6304780ddb82edcd805c4ea7ac3f13224e61a339f7836e06c3fabaa SIZE (votca-votca-v2022_GH0.tar.gz) = 61688862 +SHA256 (078c6814797749cd1b92a2b19f0302265ccf6463.patch) = 28d3c13695c1b7dcc9b5be5aac5d246493e082d86dc8b078cc36ca8d6c8aabcc +SIZE (078c6814797749cd1b92a2b19f0302265ccf6463.patch) = 2437
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201250752.20P7qIJB051022>