Skip to content
Snippets Groups Projects
Commit 29c27b44 authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-830: Make install raservices

parent 583e6247
No related branches found
No related tags found
1 merge request!80SW-830: Resolve SW-394
......@@ -13,14 +13,16 @@ build_RAServices:
- PACKAGE=RAServices
- VARIANT=gnucxx11_opt
- echo "Building $PACKAGE..."
- mkdir install
- mkdir -p build/$VARIANT
- cd build/$VARIANT
- cmake -DBUILD_PACKAGES=$PACKAGE -DCASACORE_ROOT_DIR=/opt/casacore/ -DCASAREST_ROOT_DIR=/opt/casarest/ ../..
- cmake -DBUILD_PACKAGES=$PACKAGE -DCASACORE_ROOT_DIR=/opt/casacore/ -DCASAREST_ROOT_DIR=/opt/casarest/ -DCMAKE_INSTALL_PREFIX=/opt/lofar -DUSE_LOG4CPLUS=false ../..
- make
- make DESTDIR=../../install install
artifacts:
paths:
- build/
- install/
# build_CEP:
# stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment