Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -71336,6 +71336,7 @@ esac
then :

SUB_CPPFLAGS="$CPPFLAGS"
SUB_LDFLAGS="$LDFLAGS"
SUB_LIBS="$LIBS"
if test $enablehdf5 = yes
then :
Expand Down
1 change: 1 addition & 0 deletions m4/netcdf.m4
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ AS_HELP_STRING([--enable-netcdf=v492],
dnl passing along PETSc's directories in case we want to link to a
dnl --download-hdf5 build there.
SUB_CPPFLAGS="$CPPFLAGS"
SUB_LDFLAGS="$LDFLAGS"
SUB_LIBS="$LIBS"
AS_IF([test $enablehdf5 = yes],
[
Expand Down