do-not-download-openblas
authorDebian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Sat, 14 Dec 2019 02:21:17 +0000 (02:21 +0000)
committerMo Zhou <cdluminate@gmail.com>
Sat, 14 Dec 2019 02:21:17 +0000 (02:21 +0000)
Gbp-Pq: Name do-not-download-openblas.patch

deps/blas.mk

index cd6026319c5dc234c075d03068bf4d76be9a595c..f645b03887b71819007979b5b2ded59a8f9b4447 100644 (file)
@@ -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)