Date: Sun, 3 Nov 2024 20:09:33 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: b622a2f21c3c - main - math/xlife++: Broken on 15; Update WWW Message-ID: <202411032009.4A3K9XR7066349@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=b622a2f21c3cf9ee9cdd9628cff9b94ad049b462 commit b622a2f21c3cf9ee9cdd9628cff9b94ad049b462 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-03 19:10:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-03 20:09:29 +0000 math/xlife++: Broken on 15; Update WWW Reported by: fallout --- math/xlife++/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/math/xlife++/Makefile b/math/xlife++/Makefile index 7f54ad8b4146..ca7e96356bbe 100644 --- a/math/xlife++/Makefile +++ b/math/xlife++/Makefile @@ -6,11 +6,14 @@ DISTNAME= xlifepp-sources-v${DISTVERSION}-2022-04-22 MAINTAINER= yuri@FreeBSD.org COMMENT= XLiFE++: eXtended Library of Finite Elements in C++ -WWW= https://uma.ensta-paristech.fr/soft/XLiFE++/ +WWW= https://xlifepp.pages.math.cnrs.fr/ \ + https://uma.ensta-paristech.fr/soft/XLiFE++/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_FreeBSD_15= compilation fails with clang-19, e-mailed to authors on 2024-11-03 + USES= cmake compiler:c++11-lang eigen:3 fortran tar:tbz USE_CXXSTD= c++11 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411032009.4A3K9XR7066349>