git: 79be00646bc5 - main - science/axom: Add dependencies
Yuri Victorovich
yuri at FreeBSD.org
Sat Sep 18 19:38:25 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=79be00646bc533128e0a0c52bf73ed5f049773dc
commit 79be00646bc533128e0a0c52bf73ed5f049773dc
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-18 19:36:37 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-18 19:37:10 +0000
science/axom: Add dependencies
---
science/axom/Makefile | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/science/axom/Makefile b/science/axom/Makefile
index d9cf5d84fd95..e737199bed11 100644
--- a/science/axom/Makefile
+++ b/science/axom/Makefile
@@ -1,6 +1,7 @@
PORTNAME= axom
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri at FreeBSD.org
@@ -9,7 +10,10 @@ COMMENT= Infrastructure for development of multi-physics applications and tools
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
-LIB_DEPENDS= libconduit.so:science/conduit
+LIB_DEPENDS= libconduit.so:science/conduit \
+ libhdf5.so:science/hdf5 \
+ libsiloh5.so:science/silo \
+ libsz.so:science/szip
RUN_DEPENDS= sparsehash>0:devel/sparsehash
USES= cmake compiler:c++11-lang
@@ -22,7 +26,8 @@ GH_TUPLE= LLNL:axom_data:517e53e:axom_data/../data \
CMAKE_OFF= AXOM_ENABLE_DOCS AXOM_ENABLE_EXAMPLES AXOM_ENABLE_TESTS FREEBSD_ENABLE_EXAMPLES
CMAKE_ON= BUILD_SHARED_LIBS
-CMAKE_ARGS= -DCONDUIT_DIR=${LOCALBASE}
+CMAKE_ARGS= -DCONDUIT_DIR=${LOCALBASE} \
+ -DHDF5_DIR=${LOCALBASE}
LDFLAGS+= -lexecinfo
More information about the dev-commits-ports-all
mailing list