add wget to download measurement set

This commit is contained in:
Faruk D 2018-08-28 15:06:40 +02:00
parent 52adaee7f0
commit 267141d384
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# install dependencies
yum -y install git pkgconfig cmake cmake-gui gcc-gfortran gcc-c++ flex bison \
yum -y install wget git pkgconfig cmake cmake-gui gcc-gfortran gcc-c++ flex bison \
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\