From: Debian Julia Team Date: Tue, 21 Apr 2020 11:21:34 +0000 (+0100) Subject: do-not-download-openblas X-Git-Tag: archive/raspbian/1.4.1+dfsg-1+rpi1~2^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aac5ebac25bc39b138ee8689be4d780650df04a1;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 13b2901..b316421 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)