Skip to content

Commit

Permalink
hdf5: Fix build with CLT 15.0
Browse files Browse the repository at this point in the history
.

Closes: https://trac.macports.org/ticket/68194

* Remove `-commons` from configure, not supported in Sonoma/CLT 15.0.
* `-commons` no longer needed for HDF5 series 10.0 and later.

Was fixed upstream:  HDFGroup/hdf5#3581
  • Loading branch information
Dave-Allured committed Sep 23, 2023
1 parent 3fc6383 commit 456fcb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion science/hdf5/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ use_bzip2 yes
depends_lib port:zlib port:libaec
use_parallel_build yes

patchfiles patch-tools-src-misc-h5cc.in.diff
patchfiles patch-no-commons.diff \
patch-tools-src-misc-h5cc.in.diff

# llvm-gcc-4.2 produced code fails type conversion tests
# Upstream suggestion is use -O0. Clang-produced code passes all tests.
Expand Down

0 comments on commit 456fcb6

Please sign in to comment.