Skip to content

Commit

Permalink
SuiteSparse tries to detect CUDA and it fails (#31102)
Browse files Browse the repository at this point in the history
We don't permit dependencies to do feature-detection as it results in unreliable builds.
  • Loading branch information
vchuravy authored and vtjnash committed Feb 28, 2019
1 parent 215a5c9 commit cab5ba5
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 @@ -26,7 +26,7 @@ SUITE_SPARSE_LIB += $(RPATH_ESCAPED_ORIGIN)
SUITESPARSE_MFLAGS := CC="$(CC)" CXX="$(CXX)" F77="$(FC)" AR="$(AR)" RANLIB="$(RANLIB)" BLAS="$(LIBBLAS)" LAPACK="$(LIBLAPACK)" \
INSTALL_LIB="$(build_libdir)" INSTALL_INCLUDE="$(build_includedir)" LIB="$(SUITE_SPARSE_LIB)" \
UMFPACK_CONFIG="$(UMFPACK_CONFIG)" CHOLMOD_CONFIG="$(CHOLMOD_CONFIG)" SPQR_CONFIG="$(SPQR_CONFIG)" \
CFOPENMP=""
CFOPENMP="" CUDA=no CUDA_PATH=""

$(SRCCACHE)/SuiteSparse-$(SUITESPARSE_VER).tar.gz: | $(SRCCACHE)
$(JLDOWNLOAD) $@ http://faculty.cse.tamu.edu/davis/SuiteSparse/$(notdir $@)
Expand Down

0 comments on commit cab5ba5

Please sign in to comment.