change cmake version and update instructions

This commit is contained in:
Faruk D 2018-08-28 15:27:15 +02:00
parent 2c87ae5393
commit 8b8cd50f7a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ git clone --progress --verbose https://github.com/casacore/casacore.git casacore
cd casacore_install
cd /travis/workdir
mkdir casacore/build
mkdir -p casacore/build
cd casacore/build
cmake -DUSE_FFTW3=ON -DCMAKE_INSTALL_PREFIX=/opt/soft/casacore -DDATA_DIR=/opt/soft/casacore/data -DUSE_OPENMP=ON \
-DUSE_HDF5=ON -DBUILD_PYTHON=ON -DUSE_THREADS=ON ..

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 wget git pkgconfig cmake cmake-gui gcc-gfortran gcc-c++ flex bison \
yum -y install wget git pkgconfig make cmake3 cmake3-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\