Skip to content

Commit

Permalink
Merge pull request #20033 from Flamefire/20240305090523_new_pr_HDF-EO…
Browse files Browse the repository at this point in the history
…S230

Remove unknown configure option from HDF-EOS2-3.0
  • Loading branch information
jfgrimm authored Mar 5, 2024
2 parents 0a1e422 + 1d5dda9 commit 5f96cdb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 5f96cdb

Please sign in to comment.