mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
c03bfe8b40
Reported by: portscout
26 lines
658 B
Makefile
26 lines
658 B
Makefile
PORTNAME= conduit
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.7.2
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Simplified data exchange for HPC simulations
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= LLNL
|
|
GH_TUPLE= LLNL:blt:86a7d6b5ee93d8b7b3233a3e54a4f06f8d8308d3:LLNL_blt/blt \
|
|
LLNL:uberenv:b4ac7a1609a63565c3580cc0380c7d7ac56cb776:LLNL_uberenv/scripts/uberenv
|
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
CMAKE_OFF= CONDUIT_ENABLE_TESTS ENABLE_DOCS ENABLE_EXAMPLES ENABLE_GIT ENABLE_TESTS ENABLE_VALGRIND
|
|
CMAKE_ARGS= -DFREEBSD_EXAMPLESDIR=${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|