Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Double pass options to SuiteSparse.
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Feb 14, 2020
1 parent 9f74471 commit 171c4df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ $(INSTALL_DIR)/lib/libsuitesparseconfig.so: \
INSTALL_DOC=/tmp/doc \
LAPACK= \
BLAS=-lopenblas \
LDFLAGS='-L$(INSTALL_DIR)/lib -L$(BUILD_DIR)/suitesparse/lib'
LDFLAGS='-L$(INSTALL_DIR)/lib -L$(BUILD_DIR)/suitesparse/lib' \
CMAKE_OPTIONS="-D'CMAKE_INSTALL_PREFIX=$(INSTALL_DIR)' \
-D'CMAKE_INSTALL_BINDIR=$(INSTALL_DIR)/bin' \
-D'CMAKE_INSTALL_LIBDIR=$(INSTALL_DIR)/lib' \
-D'CMAKE_INSTALL_INCLUDEDIR=$(INSTALL_DIR)/include'"

suitesparse: $(INSTALL_DIR)/lib/libsuitesparseconfig.so

Expand Down

0 comments on commit 171c4df

Please sign in to comment.