File tree 4 files changed +4
-5
lines changed
checksums/SuiteSparse-5.4.0.tar.gz
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- 4a6d4e74fc44c503f52996ae95cad03a
1
+ d73dc3527c66804ecf41b09d057142ff
Original file line number Diff line number Diff line change 1
- 8328bcc2ef5eb03febf91b9c71159f091ff405c1ba7522e53714120fcf857ceab2d2ecf8bf9a2e1fc45e1a934665a341e3a47f954f87b59934f4fce6164775d6
1
+ 65065fff86ff31e2ecc706525c3a2240cec7fff67f1bdf5371df7c55b661bd797e2fdbde8952f9ca7b7d8aa39bfcd6b6e0355c3acb59f66069cb0e14cb76701d
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ compile-openlibm: $(BUILDDIR)/$(OPENLIBM_SRC_DIR)/build-compiled
29
29
fastcheck-openlibm : check-openlibm
30
30
check-openlibm : compile-openlibm
31
31
32
- else # USE_BINARYBUILDER_SUITESPARSE
32
+ else # USE_BINARYBUILDER_OPENLIBM
33
33
34
34
OPENLIBM_BB_URL_BASE := https://github.com/JuliaPackaging/Yggdrasil/releases/download/OpenLibm-v$(OPENLIBM_VER ) -$(OPENLIBM_BB_REL )
35
35
OPENLIBM_BB_NAME := OpenLibm.v$(OPENLIBM_VER )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ SUITESPARSE_MFLAGS += UNAME=$(OS)
33
33
endif
34
34
35
35
$(SRCCACHE ) /SuiteSparse-$(SUITESPARSE_VER ) .tar.gz : | $(SRCCACHE )
36
- $(JLDOWNLOAD ) $@ http ://faculty.cse.tamu.edu/davis /SuiteSparse/$( notdir $@ )
36
+ $(JLDOWNLOAD ) $@ https ://github.com/DrTimothyAldenDavis /SuiteSparse/archive/v $( SUITESPARSE_VER ) .tar.gz
37
37
38
38
$(BUILDDIR ) /SuiteSparse-$(SUITESPARSE_VER ) /source-extracted : $(SRCCACHE ) /SuiteSparse-$(SUITESPARSE_VER ) .tar.gz
39
39
$(JLCHECKSUM ) $<
@@ -155,4 +155,3 @@ install-suitesparse-wrapper: install-suitesparse
155
155
# suitesparse depends on OpenBLAS
156
156
compile-suitesparse : | $(build_prefix ) /manifest/openblas
157
157
endif
158
-
You can’t perform that action at this time.
0 commit comments