diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-21 08:10:25 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-21 08:17:45 +0000 |
commit | 8f0d8d7e22094182d5c33dd0cd245e6913b859dc (patch) | |
tree | 77e5c0f7a9de7ad67ddc42d13daad8bc6680ef3d | |
parent | 4628e825fd1c134c5c10bf16ce7a032100d15e70 (diff) | |
download | ports-8f0d8d7e22094182d5c33dd0cd245e6913b859dc.tar.gz ports-8f0d8d7e22094182d5c33dd0cd245e6913b859dc.zip |
math/deal.ii: Broken on 14
Reported by: fallout
-rw-r--r-- | math/deal.ii/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |