Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neel Shah
NIFTy
Commits
aef529d2
Commit
aef529d2
authored
Feb 01, 2018
by
Martin Reinecke
Browse files
try to fix CI
parent
fc4d3ef9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ci/install_basics.sh
View file @
aef529d2
#!/bin/bash
apt-get
install
-y
build-essential python python-pip python-dev git autoconf libtool gsl-bin libgsl-dev wget python3 python3-pip python3-dev
python3-nose
apt-get
install
-y
build-essential python python-pip python-dev git autoconf libtool gsl-bin libgsl-dev wget python3 python3-pip python3-dev
ci/install_h5py.sh
View file @
aef529d2
...
...
@@ -2,3 +2,4 @@
apt-get
install
-y
libhdf5-10 libhdf5-dev libhdf5-openmpi-10 libhdf5-openmpi-dev hdf5-tools
CC
=
mpicc
HDF5_DIR
=
/usr/lib/x86_64-linux-gnu/hdf5/openmpi
HDF5_MPI
=
"ON"
pip
install
--no-binary
=
h5py h5py
CC
=
mpicc
HDF5_DIR
=
/usr/lib/x86_64-linux-gnu/hdf5/openmpi
HDF5_MPI
=
"ON"
pip3
install
--no-binary
=
h5py h5py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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