aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-08-04 21:31:57 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-08-04 22:23:14 +0000
commit83c27d4b9d6e156310d273da17ed22fc18589d90 (patch)
tree5256396075344b1ceeadb29d27fa5628b210ec5d
parentb1eaa07d9b5f4c10414329fe0bc43bb50108d3c6 (diff)
math/deal.ii: Add missing run-time dependencies
-rw-r--r--math/deal.ii/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile
index 7539bff90661..df272c105fbf 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -1,5 +1,6 @@
PORTNAME= deal.II
DISTVERSION= 9.7.1
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/
DISTNAME= dealii-${DISTVERSION}
@@ -28,6 +29,8 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
libtbb.so:devel/onetbb \
libvtkCommonCore-${VTK_VER}.so:math/vtk${VTK_VER:R} \
libkokkoscore.so:devel/kokkos # TMP commented out for bundled kokkos, tests fail for non-bundled kokkos, see https://github.com/dealii/dealii/issues/15692
+RUN_DEPENDS= cgal>0:math/cgal \
+ taskflow>0:devel/taskflow
USES= blaslapack:openblas cmake:testing compiler:c++23-lang localbase:ldflags xorg