Skip to content

Commit

Permalink
Add libldl to SuiteSparse libs (#39211)
Browse files Browse the repository at this point in the history
(cherry picked from commit 491d925)
  • Loading branch information
omus authored and KristofferC committed Jan 26, 2021
1 parent 0d75f03 commit f5be2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/suitesparse.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CHOLMOD_CONFIG += -DNPARTITION
ifneq ($(USE_BINARYBUILDER_SUITESPARSE), 1)

SUITESPARSE_PROJECTS := AMD BTF CAMD CCOLAMD COLAMD CHOLMOD LDL KLU UMFPACK RBio SPQR
SUITESPARSE_LIBS := $(addsuffix .*$(SHLIB_EXT)*,suitesparseconfig amd btf camd ccolamd colamd cholmod klu umfpack rbio spqr)
SUITESPARSE_LIBS := $(addsuffix .*$(SHLIB_EXT)*,suitesparseconfig amd btf camd ccolamd colamd cholmod klu ldl umfpack rbio spqr)

SUITE_SPARSE_LIB := $(LDFLAGS) -L"$(abspath $(BUILDDIR))/SuiteSparse-$(SUITESPARSE_VER)/lib"
ifeq ($(OS), Darwin)
Expand Down

0 comments on commit f5be2e5

Please sign in to comment.