blob: c069f8700dc9eca60ae27ec20aaea4bbfb99a235 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
PORTNAME= h5utils
DISTVERSION= 1.13.2
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= https://github.com/NanoComp/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Set of utilities for visualization and conversion of HDF5 format
WWW= https://github.com/NanoComp/h5utils
LICENSE= GPLv2 MIT
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gawk:lang/gawk
LIB_DEPENDS= libdf.so:science/hdf \
libhdf5.so:science/hdf5 \
libmatheval.so:devel/libmatheval \
libpng.so:graphics/png
USES= autoreconf compiler:c++11-lang jpeg localbase
GNU_CONFIGURE= yes
CFLAGS+= -pthread
CXXFLAGS+= -std=c++11
OPTIONS_DEFINE= OCTAVE
OPTIONS_SUB= yes
OCTAVE_DESC= With Octave support
OCTAVE_CONFIGURE_WITH= octave
OCTAVE_BUILD_DEPENDS= ${LOCALBASE}/include/octave-${OCTAVE_VERSION}/octave/octave.h:math/octave
OCTAVE_USES= octave:env
OCTAVE_VARS= PLIST_SUB+="OCTAVE_VERSION=${OCTAVE_VERSION} CONFIGURE_TARGET=${CONFIGURE_TARGET}"
post-install-OCTAVE-on:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/octave/${OCTAVE_VERSION}/site/oct/${CONFIGURE_TARGET}/h5read.oct
.include <bsd.port.mk>
|