git: 54ac4c318466 - main - science/hdf5: Enable the FORTRAN option by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Nov 2022 08:03:55 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=54ac4c3184668d200211012bb74e42f7720e30c5 commit 54ac4c3184668d200211012bb74e42f7720e30c5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-03 08:01:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-03 08:03:49 +0000 science/hdf5: Enable the FORTRAN option by default PR: 265961 Approved by: sunpoet@ (maintainer's timeout; 73 days) --- science/hdf5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 5ceae0f76761..e3ce9b421ca6 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -1,5 +1,6 @@ PORTNAME= hdf5 PORTVERSION= 1.12.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/hdf5-${PORTVERSION}/src/ @@ -33,7 +34,7 @@ CPE_VENDOR= hdfgroup OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP OPTIONS_RADIO= SUPPORT OPTIONS_RADIO_SUPPORT= CXX PARALLEL -OPTIONS_DEFAULT=CXX SZIP +OPTIONS_DEFAULT=CXX FORTRAN SZIP OPTIONS_SUB= yes PARALLEL_DESC= Parallel support PARALLEL_IMPLIES= FORTRAN