Skip to content

Commit

Permalink
Hardcode ICHPC dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbgreaves authored May 7, 2020
1 parent 357f8d9 commit a70e099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

"${PYTHON}" setup.py configure --hdf5="${PREFIX}"
"${PYTHON}" setup.py configure --mpi --hdf5-version=1.10.0 --hdf5="/rds/general/project/software-ese/live/libraries/ese-hdf5/1.10.6-gcc7.5.0"
"${PYTHON}" -m pip install . --no-deps --ignore-installed -vvv

0 comments on commit a70e099

Please sign in to comment.