add casacore paths for cmake build on SL
This commit is contained in:
parent
4b2c475f9f
commit
ed40c6f6c9
|
@ -25,6 +25,7 @@ cd /travis/workdir && \
|
|||
mkdir build-sl && cd build-sl
|
||||
|
||||
cmake3 .. -DENABLE_CUDA=OFF && \
|
||||
-DCASACORE_ROOT_DIR=/opt/soft/casacore -DCASACORE_INCLUDE=/opt/soft/casacore/include/casacore
|
||||
make -j4 && \
|
||||
ls -alsrt ./dist/bin && \
|
||||
./dist/bin/sagecal
|
||||
|
|
Loading…
Reference in New Issue