Skip to content
Snippets Groups Projects
Commit 80c406a6 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

update CI

parent 87ad29c4
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
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
#!/bin/bash
apt-get install -y openmpi-bin libopenmpi-dev
pip install mpi4py
pip3 install mpi4py
numpy numpy
cython
matplotlib matplotlib
plotly plotly
nose nose
...@@ -7,4 +6,3 @@ parameterized ...@@ -7,4 +6,3 @@ parameterized
coverage coverage
git+https://gitlab.mpcdf.mpg.de/ift/mpi_dummy.git git+https://gitlab.mpcdf.mpg.de/ift/mpi_dummy.git
git+https://gitlab.mpcdf.mpg.de/ift/keepers.git git+https://gitlab.mpcdf.mpg.de/ift/keepers.git
git+https://gitlab.mpcdf.mpg.de/ift/D2O.git
ipython==5.3.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment