Skip to content

Commit

Permalink
science/hdf5-110: Update to 1.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 7, 2023
1 parent b63c215 commit 9f76fc7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 4 additions & 2 deletions science/hdf5-110/Makefile
@@ -1,5 +1,5 @@
PORTNAME= hdf5
PORTVERSION= 1.10.9
PORTVERSION= 1.10.10
CATEGORIES= science archivers graphics
MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \
LOCAL/sunpoet
Expand All @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

USES= compiler:c11 cpe libtool localbase tar:bzip2

CFLAGS+= -D__LONG_LONG_SUPPORTED
CONFIGURE_ARGS= --enable-hl \
--enable-instrument \
--enable-strict-format-checks \
Expand All @@ -38,6 +39,7 @@ OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP
OPTIONS_RADIO= SUPPORT
OPTIONS_RADIO_SUPPORT= CXX PARALLEL
OPTIONS_DEFAULT=CXX SZIP
OPTIONS_DEFAULT+=FORTRAN
OPTIONS_SUB= yes
PARALLEL_DESC= Parallel support

Expand All @@ -64,7 +66,7 @@ post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e 's|libhdf5|libhdf5${PKGNAMESUFFIX}|g' \
-e 's|libhdf5${PKGNAMESUFFIX}.settings|libhdf5.settings|g'
@${REINPLACE_CMD} -e 's|libhdf5|libhdf5${PKGNAMESUFFIX}|g' ${WRKSRC}/test/testlibinfo.sh.in
@${REINPLACE_CMD} -e 's|libhdf5|libhdf5${PKGNAMESUFFIX}|g' ${WRKSRC}/test/test_libinfo.sh.in

post-install:
${MV} ${STAGEDIR}${PREFIX}/lib/libhdf5.settings ${STAGEDIR}${PREFIX}/lib/libhdf5${PKGNAMESUFFIX}.settings
Expand Down
6 changes: 3 additions & 3 deletions science/hdf5-110/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1655148219
SHA256 (hdf5-1.10.9.tar.bz2) = 00c4be7096f36fdcafa4f974e126c6c1412428e38ebc7b181d907459e781f191
SIZE (hdf5-1.10.9.tar.bz2) = 10703325
TIMESTAMP = 1683227587
SHA256 (hdf5-1.10.10.tar.bz2) = 56bbf9577aea4f07d7ac400b59f169ab23e5887c306a63dd5cf18b49f521d28c
SIZE (hdf5-1.10.10.tar.bz2) = 15231191
14 changes: 6 additions & 8 deletions science/hdf5-110/pkg-plist
@@ -1,5 +1,3 @@
bin/gif2h5-110
bin/h52gif-110
%%CXX%%bin/h5c++-110
%%CXX%%bin/h5cc-110
bin/h5clear-110
Expand Down Expand Up @@ -138,29 +136,29 @@ lib/libhdf5-110.a
lib/libhdf5-110.settings
lib/libhdf5-110.so
lib/libhdf5-110.so.103
lib/libhdf5-110.so.103.3.2
lib/libhdf5-110.so.103.4.0
%%CXX%%lib/libhdf5-110_cpp.a
%%CXX%%lib/libhdf5-110_cpp.so
%%CXX%%lib/libhdf5-110_cpp.so.103
%%CXX%%lib/libhdf5-110_cpp.so.103.4.1
%%CXX%%lib/libhdf5-110_cpp.so.103.4.2
%%FORTRAN%%lib/libhdf5-110_fortran.a
%%FORTRAN%%lib/libhdf5-110_fortran.so
%%FORTRAN%%lib/libhdf5-110_fortran.so.102
%%FORTRAN%%lib/libhdf5-110_fortran.so.102.1.2
%%FORTRAN%%lib/libhdf5-110_fortran.so.102.1.3
lib/libhdf5-110_hl.a
lib/libhdf5-110_hl.so
lib/libhdf5-110_hl.so.100
lib/libhdf5-110_hl.so.100.1.6
lib/libhdf5-110_hl.so.100.1.7
%%CXX%%lib/libhdf5-110_hl_cpp.a
%%CXX%%lib/libhdf5-110_hl_cpp.so
%%CXX%%lib/libhdf5-110_hl_cpp.so.100
%%CXX%%lib/libhdf5-110_hl_cpp.so.100.1.7
%%CXX%%lib/libhdf5-110_hl_cpp.so.100.1.8
%%FORTRAN%%lib/libhdf5-110_hl_fortran.a
%%FORTRAN%%lib/libhdf5-110_hl_fortran.so
%%FORTRAN%%lib/libhdf5-110hl_fortran.a
%%FORTRAN%%lib/libhdf5-110hl_fortran.so
%%FORTRAN%%lib/libhdf5-110hl_fortran.so.100
%%FORTRAN%%lib/libhdf5-110hl_fortran.so.100.0.8
%%FORTRAN%%lib/libhdf5-110hl_fortran.so.100.0.9
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/chunks.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/compound.cpp
Expand Down

0 comments on commit 9f76fc7

Please sign in to comment.