Skip to content

Commit

Permalink
macos: Pin hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 5, 2024
1 parent 779c958 commit 4915f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-wheels-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TAG=${PYTAG}-abi3-${PLATFORM}
PYVER=${PYTAG:2:1}.${PYTAG:3}

# setup brew dependencies
brew install --overwrite coreutils openblas swig boost python@${PYVER} tbb nlopt cminpack ceres-solver bison flex hdf5 ipopt primesieve spectra pagmo libxml2 nanoflann cuba
brew install --overwrite coreutils openblas swig boost python@${PYVER} tbb nlopt cminpack ceres-solver bison flex "hdf5<1.14.4" ipopt primesieve spectra pagmo libxml2 nanoflann cuba
export PATH=/Library/Frameworks/Python.framework/Versions/${PYVER}/bin:$PATH
python${PYVER} -m pip install delocate --break-system-packages
python${PYVER} -m pip debug --verbose
Expand Down

0 comments on commit 4915f8a

Please sign in to comment.