add wget to download measurement set
This commit is contained in:
parent
52adaee7f0
commit
267141d384
|
@ -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\
|
||||
|
|
Loading…
Reference in New Issue