Skip to content

Commit

Permalink
Merge pull request #120 from DrTimothyAldenDavis/dev
Browse files Browse the repository at this point in the history
MKL linking
  • Loading branch information
DrTimothyAldenDavis authored Mar 12, 2022
2 parents 573e52b + 631943c commit 0e1fb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuiteSparse_config/SuiteSparse_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ SUITESPARSE_VERSION = 5.11.0
# -Wl,--end-group -lpthread -lm
# using dynamic linking:
ifeq ($(UNAME),Linux)
BLAS ?= -lmkl_intel_lp64 -lmkl_core -lmkl_intel_thread -liomp5 -lpthread -lm
BLAS ?= -lmkl_intel_lp64 -lmkl_gnu_thread -lmkl_core -lgomp -lpthread -lm -ldl
LAPACK ?=
endif
else
Expand Down

0 comments on commit 0e1fb1c

Please sign in to comment.