Skip to content

Commit

Permalink
science/hdf5: Enable the FORTRAN option by default
Browse files Browse the repository at this point in the history
PR:		265961
Approved by:	sunpoet@ (maintainer's timeout; 73 days)
  • Loading branch information
yurivict committed Nov 3, 2022
1 parent 5756717 commit 54ac4c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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/
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 54ac4c3

Please sign in to comment.