add mpi and fftw for sl7 image

This commit is contained in:
Faruk D 2018-10-02 11:03:03 +02:00
parent 0d82e7ecca
commit 7270949b72
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN yum -y install \
openblas openblas-devel glib2-devel lapack lapack-devel cfitsio cfitsio-devel \
wcslib wcslib-devel ncurses ncurses-devel readline readline-devel \
python-devel boost boost-devel fftw fftw-devel hdf5 hdf5-devel \
numpy boost-python
numpy boost-python mpich mpich-devel fftw fftw-libs fftw-devel
RUN mkdir /build && cd /build