Skip to content

Commit 76702e8

Browse files
ViralBShahKristofferC
authored andcommitted
Update suitesparse download url
1 parent e8f9a56 commit 76702e8

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4a6d4e74fc44c503f52996ae95cad03a
1+
d73dc3527c66804ecf41b09d057142ff
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8328bcc2ef5eb03febf91b9c71159f091ff405c1ba7522e53714120fcf857ceab2d2ecf8bf9a2e1fc45e1a934665a341e3a47f954f87b59934f4fce6164775d6
1+
65065fff86ff31e2ecc706525c3a2240cec7fff67f1bdf5371df7c55b661bd797e2fdbde8952f9ca7b7d8aa39bfcd6b6e0355c3acb59f66069cb0e14cb76701d

deps/openlibm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ compile-openlibm: $(BUILDDIR)/$(OPENLIBM_SRC_DIR)/build-compiled
2929
fastcheck-openlibm: check-openlibm
3030
check-openlibm: compile-openlibm
3131

32-
else # USE_BINARYBUILDER_SUITESPARSE
32+
else # USE_BINARYBUILDER_OPENLIBM
3333

3434
OPENLIBM_BB_URL_BASE := https://github.com/JuliaPackaging/Yggdrasil/releases/download/OpenLibm-v$(OPENLIBM_VER)-$(OPENLIBM_BB_REL)
3535
OPENLIBM_BB_NAME := OpenLibm.v$(OPENLIBM_VER)

deps/suitesparse.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SUITESPARSE_MFLAGS += UNAME=$(OS)
3333
endif
3434

3535
$(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
3737

3838
$(BUILDDIR)/SuiteSparse-$(SUITESPARSE_VER)/source-extracted: $(SRCCACHE)/SuiteSparse-$(SUITESPARSE_VER).tar.gz
3939
$(JLCHECKSUM) $<
@@ -155,4 +155,3 @@ install-suitesparse-wrapper: install-suitesparse
155155
# suitesparse depends on OpenBLAS
156156
compile-suitesparse: | $(build_prefix)/manifest/openblas
157157
endif
158-

0 commit comments

Comments
 (0)