Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 22:23:17 +0000
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: 83c27d4b9d6e - main - math/deal.ii: Add missing run-time dependencies
Message-ID:  <6a726655.194c3.248b7026@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=83c27d4b9d6e156310d273da17ed22fc18589d90

commit 83c27d4b9d6e156310d273da17ed22fc18589d90
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-08-04 21:31:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-08-04 22:23:14 +0000

    math/deal.ii: Add missing run-time dependencies
---
 math/deal.ii/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a726655.194c3.248b7026>