Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2021 19:38:23 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: 79be00646bc5 - main - science/axom: Add dependencies
Message-ID:  <202109181938.18IJcNTA010884@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=79be00646bc533128e0a0c52bf73ed5f049773dc

commit 79be00646bc533128e0a0c52bf73ed5f049773dc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-18 19:36:37 +0000
Commit:     Yuri Victorovich <yuri@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109181938.18IJcNTA010884>