Skip to content
Snippets Groups Projects
Commit 2dfdb0bd authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

replicating old jenkings build env with casacore 2.1.0 and blitz staticaly linked

parent 435f893a
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ variables:
- echo "Building $PACKAGE..."
- mkdir -p build/gnucxx11_opt
- cd build/gnucxx11_opt
- /usr/local/bin/cmake -DBUILD_PACKAGES=$PACKAGE -DUSE_PYTHON=$USE_PYTHON -DWINCC_ROOT_DIR=/opt/WinCC_OA/3.16/ -DBLITZ_ROOT_DIR=/opt/blitz/ -DCASACORE_ROOT_DIR=/opt/casacore/ -DCMAKE_INSTALL_PREFIX=/opt/lofar ../..
- /usr/local/bin/cmake -DBUILD_PACKAGES=$PACKAGE -DUSE_PYTHON=$USE_PYTHON -DUSE_UNITTEST++=OFF -DWINCC_ROOT_DIR=/opt/WinCC_OA/3.16/ -DBLITZ_ROOT_DIR=/opt/blitz/ -DCASACORE_ROOT_DIR=/opt/casacore/ -DCMAKE_INSTALL_PREFIX=/opt/lofar ../..
- make -j $(nproc)
- make DESTDIR=${CI_BUILDS_DIR}/${CI_COMMIT_SHORT_SHA}/install install
- cd ${CI_BUILDS_DIR}/${CI_COMMIT_SHORT_SHA}/install/opt/lofar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment