From 1d5dda91d76ab9a6797725e4d601fb313449b884 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Tue, 5 Mar 2024 09:05:24 +0100 Subject: [PATCH] Remove unknown configure option from HDF-EOS2-3.0 --- .../easyconfigs/h/HDF-EOS2/HDF-EOS2-3.0-GCCcore-11.3.0.eb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/h/HDF-EOS2/HDF-EOS2-3.0-GCCcore-11.3.0.eb b/easybuild/easyconfigs/h/HDF-EOS2/HDF-EOS2-3.0-GCCcore-11.3.0.eb index 6faf7065a64a..58e32a5f2b21 100644 --- a/easybuild/easyconfigs/h/HDF-EOS2/HDF-EOS2-3.0-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/h/HDF-EOS2/HDF-EOS2-3.0-GCCcore-11.3.0.eb @@ -28,7 +28,9 @@ dependencies = [ preconfigopts = 'export CC="$EBROOTHDF/bin/h4cc -Df2cFortran" && ' -configopts = "--with-szlib=$EBROOTSZIP --enable-install-include" +# `--enable-install-include`` mentioned at https://hdfeos.org/software/hdfeos.php +# but not available, likely the default and the option removed. Recheck in next release! +configopts = "--with-szlib=$EBROOTSZIP " sanity_check_paths = { 'files': ['include/HdfEosDef.h', 'lib/libGctp.a', 'lib/libhdfeos.a'],