Skip to content
Snippets Groups Projects
Unverified Commit 74bb0ce7 authored by Jean-Noël Grad's avatar Jean-Noël Grad
Browse files

Remove CentOS image

parent 4f126520
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['centos', 'debian', 'fedora', 'opensuse', 'cuda',
image: ['debian', 'fedora', 'opensuse', 'cuda',
'ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-wo-dependencies']
steps:
- uses: actions/checkout@master
......
FROM centos/devtoolset-6-toolchain-centos7
USER root
RUN yum -y install epel-release && yum -y install \
blas-devel \
boost169-devel \
boost169-openmpi-devel \
ccache \
cmake3 \
fftw-devel \
gdb \
git \
hdf5-openmpi-devel \
lapack-devel \
make \
openmpi-devel \
python36 \
python36-devel \
python36-Cython \
python36-numpy \
python36-scipy \
python36-pip \
python36-setuptools \
vim \
which \
zlib-devel \
&& yum clean all \
&& ln -s /usr/bin/cmake3 /usr/bin/cmake
ENV BOOST_INCLUDEDIR=/usr/include/boost169
ENV BOOST_LIBRARYDIR=/usr/lib64/boost169
RUN ln -s /usr/lib64/openmpi/lib/boost169/libboost_mpi.so /usr/lib64/boost169/libboost_mpi.so
RUN useradd -m espresso -u 1000
USER 1000
ENV HOME="/home/espresso"
# install Python3 packages locally
RUN pip3 install --user h5py
WORKDIR /home/espresso
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment