update singularity image defitions to include gtest and libyaml. drop f30

This commit is contained in:
Axel Kohlmeyer
2020-05-06 00:02:04 -04:00
parent 14fb49c1cb
commit db71b3b994
7 changed files with 10 additions and 72 deletions

View File

@ -4,14 +4,14 @@ From: centos:7
%post
yum -y install epel-release
yum -y update
yum -y install vim-enhanced \
yum -y install vim-enhanced diffutils \
ccache gcc-c++ gcc-gfortran clang gdb valgrind-openmpi \
make cmake cmake3 ninja-build patch which file git Lmod \
libpng-devel libjpeg-devel openmpi-devel mpich-devel python-devel python36-devel \
hdf5-devel python36-virtualenv python36-pip python-pip \
netcdf-devel netcdf-cxx-devel netcdf-mpich-devel netcdf-openmpi-devel \
python-virtualenv fftw-devel voro++-devel eigen3-devel gsl-devel openblas-devel enchant \
blas-devel lapack-devel
blas-devel lapack-devel gtest-devel libyaml-devel
yum clean all
%environment