Date: Wed, 9 Oct 2024 09:42:06 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: 6f37bc386704 - main - science/hypre: update 2.31.0 =?utf-8?Q?=E2=86=92?= 2.32.0 Message-ID: <202410090942.4999g6up066765@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=6f37bc386704895ae1a209712e952894ad3a7d16 commit 6f37bc386704895ae1a209712e952894ad3a7d16 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-09 09:03:46 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-09 09:41:59 +0000 science/hypre: update 2.31.0 → 2.32.0 Reported by: portscout --- science/hypre/Makefile | 12 ++++++++++-- science/hypre/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/science/hypre/Makefile b/science/hypre/Makefile index a740fd533fc5..8e6b610b6e63 100644 --- a/science/hypre/Makefile +++ b/science/hypre/Makefile @@ -1,7 +1,6 @@ PORTNAME= hypre DISTVERSIONPREFIX= v -DISTVERSION= 2.31.0 -PORTREVISION= 1 +DISTVERSION= 2.32.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -57,4 +56,13 @@ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${COPYTREE_SHARE} usr-manual ${STAGEDIR}${DOCSDIR} +post-test: # run tests; unclear how to to run tests, see https://github.com/hypre-space/hypre/issues/502 +.for t in ij ij_assembly ij_mv maxwell_unscaled + @cd ${WRKSRC}/test && \ + ${ECHO} "==> running test ${t}" && \ + ${BUILD_WRKSRC}/test/${t} +.endfor + +# the test ij_mv fails, see https://github.com/hypre-space/hypre/issues/1161 + .include <bsd.port.mk> diff --git a/science/hypre/distinfo b/science/hypre/distinfo index bfccce977701..9c66b9042d3e 100644 --- a/science/hypre/distinfo +++ b/science/hypre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707996616 -SHA256 (hypre-space-hypre-v2.31.0_GH0.tar.gz) = 9a7916e2ac6615399de5010eb39c604417bb3ea3109ac90e199c5c63b0cb4334 -SIZE (hypre-space-hypre-v2.31.0_GH0.tar.gz) = 7490594 +TIMESTAMP = 1728450529 +SHA256 (hypre-space-hypre-v2.32.0_GH0.tar.gz) = 2277b6f01de4a7d0b01cfe12615255d9640eaa02268565a7ce1a769beab25fa1 +SIZE (hypre-space-hypre-v2.32.0_GH0.tar.gz) = 7512442
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410090942.4999g6up066765>