fix cmake casacore options for sl7

This commit is contained in:
Faruk D 2018-10-02 02:06:46 +02:00
parent 5c17da1803
commit d9ede55de7
1 changed files with 1 additions and 6 deletions

View File

@ -23,12 +23,7 @@ case $IMAGE in
sl7)
echo 'Building for Scientific Linux'
CMAKE_EXE=$(which cmake3)
OPTS='-DUSE_FFTW3=ON \
-DCMAKE_INSTALL_PREFIX=/opt/casacore \
-DDATA_DIR=/opt/casacore/data -DUSE_OPENMP=ON \
-DUSE_HDF5=ON \
-DBUILD_PYTHON=ON \
-DUSE_THREADS=ON'
OPTS='-DCASACORE_ROOT_DIR=/opt/casacore -DCASACORE_INCLUDE=/opt/casacore/include/casacore'
;;
arch)
OPTS=''