From: Debian Julia Team Date: Wed, 4 Nov 2020 07:56:54 +0000 (+0000) Subject: do-not-download-suitesparse X-Git-Tag: archive/raspbian/1.5.3+dfsg-1+rpi1~3^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3d1da5025743158acf56c386e6c989f9ca09fcbb;p=julia.git do-not-download-suitesparse Gbp-Pq: Name do-not-download-suitesparse.patch --- diff --git a/deps/suitesparse.mk b/deps/suitesparse.mk index 88613ec..2e3d7d4 100644 --- a/deps/suitesparse.mk +++ b/deps/suitesparse.mk @@ -33,7 +33,7 @@ SUITESPARSE_MFLAGS += UNAME=$(OS) endif $(SRCCACHE)/SuiteSparse-$(SUITESPARSE_VER).tar.gz: | $(SRCCACHE) - $(JLDOWNLOAD) $@ https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$(SUITESPARSE_VER).tar.gz + $(JLDOWNLOAD) $@ file:///$(CURDIR)/../debian/embedded/$(notdir $@) $(BUILDDIR)/SuiteSparse-$(SUITESPARSE_VER)/source-extracted: $(SRCCACHE)/SuiteSparse-$(SUITESPARSE_VER).tar.gz $(JLCHECKSUM) $<