From edfd146d19b99415984aaca980ba99c91f0c1065 Mon Sep 17 00:00:00 2001 From: han16nah <41050948+han16nah@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:59:52 +0100 Subject: [PATCH] fix build script (#405) * Update build_cesga.sh (remove leftovers from some merge conflict) --- scripts/build/build_cesga.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/build/build_cesga.sh b/scripts/build/build_cesga.sh index 7e9251a64..0f67feb94 100755 --- a/scripts/build/build_cesga.sh +++ b/scripts/build/build_cesga.sh @@ -8,16 +8,11 @@ # ./build_cesga.sh -p 3.8 -w 12 -c # To compile later use: # cmake -DPYTHON_BINDING=1 -DPCL_BINDING=0 -DBOOST_DYNAMIC_LIBS=1 \ -<<<<<<< HEAD -<<<<<<< HEAD # -DPYTHON_VERSION=38 -DLAPACK_LIB="lib/lapack/install/lib/liblapack.so" # And: # make -j12 # To run tests and check everything is working: # LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:lib/lapack/install/lib/ ./helios --test -======= -======= ->>>>>>> 5ae05540cc097d063467cb631243c0a9329e0963 # -DPYTHON_VERSION=38 -DLAPACK_LIB="${HELIOS_LIB_DIR}/lapack/install/lib/liblapack.so" # And: # make -j12 @@ -27,10 +22,6 @@ # scripts/run/helios_cesga --test --testDir ${HELIOS_DIR}data/test/ # Also, if environment is loaded: # ${HELIOS_CESGA} --test --testDir ${HELIOS_DIR}data/test/ -<<<<<<< HEAD ->>>>>>> 5ae05540cc097d063467cb631243c0a9329e0963 -======= ->>>>>>> 5ae05540cc097d063467cb631243c0a9329e0963 # --- PREPARE ENVIRONMENT --- # # ----------------------------- #