Skip to content

Commit

Permalink
TST: try installing HDF5 headers
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 5, 2023
1 parent aa92cf8 commit 627b1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ commands:
pip install mpi4py
# install h5py from source for Python 3.11 (no wheels yet)
sudo apt-get build-dep hdf5
# https://dannyda.com/2022/02/22/how-to-fix-e-you-must-put-some-deb-src-uris-in-your-sources-list-on-debian-ubuntu-kali-linux-etc/
sudo cp /etc/apt/sources.list /etc/apt/sources.list~
sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list
sudo apt update
sudo apt-get build-dep hdf5
python -m pip install git+https://github.com/h5py/h5py.git
export MAX_BUILD_CORES=2
Expand Down

0 comments on commit 627b1fc

Please sign in to comment.