Date: Thu, 31 Oct 2024 19:28:15 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: 4c9739d1ae42 - main - math/libmesh: update 1.7.4 =?utf-8?Q?=E2=86=92?= 1.7.5 Message-ID: <202410311928.49VJSFj8052621@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=4c9739d1ae426c192fd21bbe129c8ed795f92de2 commit 4c9739d1ae426c192fd21bbe129c8ed795f92de2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-31 19:16:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-31 19:28:12 +0000 math/libmesh: update 1.7.4 → 1.7.5 --- math/libmesh/Makefile | 5 +++-- math/libmesh/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/math/libmesh/Makefile b/math/libmesh/Makefile index 695cb57ad06a..b15a7fda9eae 100644 --- a/math/libmesh/Makefile +++ b/math/libmesh/Makefile @@ -1,5 +1,5 @@ PORTNAME= libmesh -DISTVERSION= 1.7.4 +DISTVERSION= 1.7.5 CATEGORIES= math MASTER_SITES= https://github.com/libMesh/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libnlopt.so:math/nlopt +TEST_DEPENDS= bash:shells/bash USES= compiler:c++17-lang eigen:3 gmake libtool localbase perl5 pkgconfig shebangfix tar:xz @@ -39,7 +40,7 @@ USE_LDCONFIG= yes CXXFLAGS+= -I${WRKSRC}/contrib/parmetis/include # because parmetis.h isn't found for ./include/libmesh/parmetis_helper.h INSTALL_TARGET= install-strip -TEST_TARGET= check # 1 test crashes, see https://github.com/libMesh/libmesh/discussions/3986 +TEST_TARGET= check OPTIONS_DEFINE= GLPK HDF5 MPI EXAMPLES OPTIONS_DEFAULT= MPI diff --git a/math/libmesh/distinfo b/math/libmesh/distinfo index 4f79f62c70d4..e8eb00314853 100644 --- a/math/libmesh/distinfo +++ b/math/libmesh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730352664 -SHA256 (libmesh-1.7.4.tar.xz) = 155181861dc5f4eafc8a1fd46d15faeb73c7d671da56e04f1921c8e1744f83f7 -SIZE (libmesh-1.7.4.tar.xz) = 12160108 +TIMESTAMP = 1730398365 +SHA256 (libmesh-1.7.5.tar.xz) = da5ae0e7961000caa7396a71ede403b0c1daf9d4f0e8796c90f2348586a5ee1e +SIZE (libmesh-1.7.5.tar.xz) = 12164352
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410311928.49VJSFj8052621>