Skip to content
Snippets Groups Projects
Commit ba5b47ec authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Need to add -pthread on linux/g++

parent 01a593b9
No related branches found
No related tags found
1 merge request!39Support multi threading on linux
......@@ -163,7 +163,11 @@ ifeq ($(SYSTYPE), Linux)
endif
LDFLAGS += -Wl,-rpath,'${FSLDIR}/lib' \
-Wl,-rpath-link,'${FSLDIR}/lib'
ARCHLIBS += -lopenblas -lz -lm
# Libraries which are implicitly available
# to all projects for linking
ARCHCXXFLAGS += -pthread
ARCHLIBS += -lopenblas -lz -lm
endif
#####################################################################
......
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