freebsd-ports/misc/adios2/Makefile
Antoine Brodin 8540916d51 Mark BROKEN
pkg-static: Unable to access file /wrkdirs/usr/ports/misc/adios2/work/stage/usr/local/lib/libadios2_cmib.so:No such file or directory

Reported by:	pkg-fallout
2019-09-08 05:57:13 +00:00

37 lines
943 B
Makefile

# $FreeBSD$
PORTNAME= adios2
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.0
CATEGORIES= misc science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Next generation of ADIOS developed in the Exascale Computing Program
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN= fails to package
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libblosc.so:archivers/c-blosc \
libepoll-shim.so:devel/libepoll-shim \
libfabric.so:net/libfabric \
libffi.so:devel/libffi \
libmpi.so:net/openmpi \
libpng.so:graphics/png \
libzfp.so:devel/zfp
RUN_DEPENDS= bash:shells/bash
USES= bison cmake compiler:c++11-lang localbase:ldflags pkgconfig \
perl5 python shebangfix
SHEBANG_FILES= cmake/install/post/adios2-config.pre.sh.in cmake/install/post/generate-adios2-config.sh.in source/utils/bp4dbg/bp4dbg.py
USE_GITHUB= yes
GH_ACCOUNT= ornladios
GH_PROJECT= ADIOS2
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_TESTING
LDFLAGS+= -lepoll-shim
.include <bsd.port.mk>