- Update to 1.8.4

PR:		ports/144782
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	koziol@hdfgroup.org (maintainer, implicit, timeout - 49 days)
This commit is contained in:
Greg Larkin 2010-05-04 17:50:41 +00:00
parent f3d9f61036
commit aa8cd682fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253694
2 changed files with 16 additions and 9 deletions

View File

@ -6,18 +6,19 @@
#
PORTNAME= hdf5
PORTVERSION= 1.8.3
PORTREVISION= 1
PORTVERSION= 1.8.4
CATEGORIES= science archivers graphics
MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current/src/ \
ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.2/src/
ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.4/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1
MAINTAINER= koziol@hdfgroup.org
COMMENT= Hierarchical Data Format library (from NCSA)
CONFLICTS= hdf5-1.6.*
CONFLICTS= hdf-4.* hdf5-1.6.*
NO_LATEST_LINK= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug \
@ -26,9 +27,11 @@ CONFIGURE_ARGS= --disable-debug \
--enable-production \
--enable-strict-format-checks \
--with-pthread=/usr \
--with-ssl=/usr \
--with-zlib=/usr
OPTIONS= FORTRAN "Fortran support" off \
SZIP "SZIP support" off
.include <bsd.port.pre.mk>
.if defined(WITH_FORTRAN)
@ -40,6 +43,11 @@ PLIST_SUB+= FORTRAN=""
PLIST_SUB+= FORTRAN="@comment "
.endif
.if defined(WITH_SZIP)
LIB_DEPENDS+= sz.2:${PORTSDIR}/science/szip
CONFIGURE_ARGS+= --with-szlib=${LOCALBASE}
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on ${ARCH}
.endif
@ -53,7 +61,6 @@ post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5jam h5ls h5repack h5repart h5unjam
@${STRIP_CMD} ${PREFIX}/bin/${i}
.endfor

View File

@ -1,3 +1,3 @@
MD5 (hdf5-1.8.3.tar.gz) = 5ce228d860bf9e797ca40ab1a823c380
SHA256 (hdf5-1.8.3.tar.gz) = 2e124dfd59ca00dee693c06cf2517d14b361769e65edbc1c3940063437d0a5e3
SIZE (hdf5-1.8.3.tar.gz) = 7175884
MD5 (hdf5-1.8.4-patch1.tar.bz2) = b19f4dfbf654a2af3653c492fc1c7513
SHA256 (hdf5-1.8.4-patch1.tar.bz2) = 818b9f7ff767e9760d0c8aa0abc16ad20e616cfaab760dd3b18ead67326a3f18
SIZE (hdf5-1.8.4-patch1.tar.bz2) = 5251124