From 80c406a68740e99c87a0e64411c7aef87e73671c Mon Sep 17 00:00:00 2001 From: Martin Reinecke <martin@mpa-garching.mpg.de> Date: Thu, 31 Aug 2017 20:12:37 +0200 Subject: [PATCH] update CI --- ci/install_h5py.sh | 4 ---- ci/install_mpi4py.sh | 5 ----- ci/requirements.txt | 2 -- ci/requirements_extras.txt | 1 - 4 files changed, 12 deletions(-) delete mode 100644 ci/install_h5py.sh delete mode 100644 ci/install_mpi4py.sh delete mode 100644 ci/requirements_extras.txt diff --git a/ci/install_h5py.sh b/ci/install_h5py.sh deleted file mode 100644 index 6702ca879..000000000 --- a/ci/install_h5py.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/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 diff --git a/ci/install_mpi4py.sh b/ci/install_mpi4py.sh deleted file mode 100644 index 41a650d0e..000000000 --- a/ci/install_mpi4py.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -apt-get install -y openmpi-bin libopenmpi-dev -pip install mpi4py -pip3 install mpi4py diff --git a/ci/requirements.txt b/ci/requirements.txt index c24a1265b..cafc6f2d4 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,4 @@ numpy -cython matplotlib plotly nose @@ -7,4 +6,3 @@ parameterized coverage 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/D2O.git diff --git a/ci/requirements_extras.txt b/ci/requirements_extras.txt deleted file mode 100644 index f0e407a78..000000000 --- a/ci/requirements_extras.txt +++ /dev/null @@ -1 +0,0 @@ -ipython==5.3.0 -- GitLab