From: Debian Julia Team Date: Thu, 24 Dec 2020 04:31:50 +0000 (+0000) Subject: do-not-download-openblas X-Git-Tag: archive/raspbian/1.5.3+dfsg-3+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b9672311cc9f697259bb5d8b6ad7f02d77bcafff;p=julia.git do-not-download-openblas Gbp-Pq: Name do-not-download-openblas.patch --- diff --git a/deps/blas.mk b/deps/blas.mk index 8753ad9..cf552d9 100644 --- a/deps/blas.mk +++ b/deps/blas.mk @@ -1,7 +1,7 @@ ## OpenBLAS ## # LAPACK is built into OpenBLAS by default OPENBLAS_GIT_URL := git://github.com/xianyi/OpenBLAS.git -OPENBLAS_TAR_URL = https://api.github.com/repos/xianyi/OpenBLAS/tarball/$1 +OPENBLAS_TAR_URL = file:///$(CURDIR)/../debian/embedded/$1 $(eval $(call git-external,openblas,OPENBLAS,,,$(BUILDDIR))) OPENBLAS_BUILD_OPTS := CC="$(CC)" FC="$(FC)" LD="$(LD)" RANLIB="$(RANLIB)" TARGET=$(OPENBLAS_TARGET_ARCH) BINARY=$(BINARY)