Date: Sat, 21 Aug 2021 08:17:51 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: 8f0d8d7e2209 - main - math/deal.ii: Broken on 14 Message-ID: <202108210817.17L8HpcI034222@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=8f0d8d7e22094182d5c33dd0cd245e6913b859dc commit 8f0d8d7e22094182d5c33dd0cd245e6913b859dc Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-21 08:10:25 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-21 08:17:45 +0000 math/deal.ii: Broken on 14 Reported by: fallout --- math/deal.ii/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index cfbde961b4b8..1cb851e07328 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -10,6 +10,8 @@ COMMENT= Finite element Differential Equations Analysis Library (DEAL) LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_FreeBSD_14= clang crashes: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257876 + BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ libhdf5.so:science/hdf5 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108210817.17L8HpcI034222>