From: Debian Julia Team Date: Thu, 12 Nov 2020 09:50:14 +0000 (+0000) Subject: do-not-download-openblas X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b196601c8da529286d4a4998412bef3632f4d0d;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)