Skip to content
Snippets Groups Projects
Commit dac9b834 authored by Alexander Pace's avatar Alexander Pace
Browse files

Had to add in explicit LD_PRELOADING of fftw libraries (temporary fix)

parent c057e0f3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ before_script:
# Set up directory structure and copy over built-dependencies from container:
- mkdir public
- mkdir -p ${GSTLAL_DIR}
#- cp -r /opt/gstlal/* ${GSTLAL_DIR}/
# Update apt info
- apt update
......@@ -38,8 +37,8 @@ before_script:
# Define build and linking parameters:
- export CFLAGS="-O3 -fPIC -DMKL_ILP64 -m64 -I${MKLROOT}/include -I${GSTLAL_DIR}/include"
- export LDFLAGS="-L${GSTLAL_DIR}/lib -L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl"
- export GSTLAL_FIR_WHITEN=0
- export LDFLAGS="-lfftw3 -lfftw3f -lfftw3_threads -lfftw3f_threads -L${GSTLAL_DIR}/lib -L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl"
- export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libfftw3.so:/usr/lib/x86_64-linux-gnu/libfftw3f.so"
cache:
key: $CI_JOB_NAME
......@@ -206,7 +205,6 @@ test:offline:
- level2:gstlal-inspiral
script:
- cd gstlal-inspiral/tests
- ls -lth ${GSTLAL_DIR}/* > gstlal_dir_out
- make -f Makefile_offline_tutorial_test
artifacts:
expire_in: 3h
......
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