diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 15:06:54 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 15:13:01 +0000 |
commit | 328ae4074233a5b85e0e38efece1af5dcc218160 (patch) | |
tree | 982ebbc6507160ebcefcd1d47f6c4bdc458734da /science/hdf5/Makefile | |
parent | 72fa35d5cb531c78702fc467df019369e3676eff (diff) | |
download | ports-328ae4074233a5b85e0e38efece1af5dcc218160.tar.gz ports-328ae4074233a5b85e0e38efece1af5dcc218160.zip |
Diffstat (limited to 'science/hdf5/Makefile')
-rw-r--r-- | science/hdf5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 5b5039aed81a..8e0133176a16 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -2,6 +2,7 @@ PORTNAME= hdf5 PORTVERSION= 1.10.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ @@ -45,7 +46,7 @@ PARALLEL_CONFIGURE_ENABLE= parallel PARALLEL_LDFLAGS= -L${LOCALBASE}/lib -lmpi PARALLEL_LIB_DEPENDS= libmpi.so:net/mpich SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} -SZIP_LIB_DEPENDS= libsz.so:science/szip +SZIP_LIB_DEPENDS= libsz.so:science/libaec post-patch: @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags |