Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
D2O
Commits
25a4319e
Commit
25a4319e
authored
Dec 02, 2016
by
Theo Steininger
Browse files
Fixed install_h5py.sh
parent
f3d473e1
Pipeline
#8808
canceled with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
continuous_integration/install_h5py.sh
View file @
25a4319e
...
...
@@ -2,8 +2,9 @@
apt-get
install
-y
libhdf5-openmpi-dev
curl
-s
https://api.github.com/repos/h5py/h5py/tags |
grep
tarball_url |
head
-n
1 |
cut
-d
'"'
-f
4 | wget
-i
-
-O
h5py.tar.gz
tar
xzf h5py.tar.gz
cd
h5py
cd
h5py
-h5py
*
export
CC
=
mpicc
python setup.py configure
--mpi
python setup.py build
python setup.py
install
cd
..
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment