science/axom: Add dependencies
This commit is contained in:
parent
7be8b69ce0
commit
79be00646b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user