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

Added explicit linking to CI linker flags.

parent 07a0fffc
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ before_script:
# Define build and linking parameters:
- export CFLAGS="-O3 -fPIC -DMKL_ILP64 -m64 -I${MKLROOT}/include -I${GSTLAL_DIR}/include"
- export LDFLAGS="-L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl"
- 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
cache:
......
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