summaryrefslogtreecommitdiffstats
path: root/src/blas.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-04-04 23:26:14 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-04-04 23:26:14 (GMT)
commit0ca6392e6856f8a987a0241cc42b2d87f0b4c147 (patch)
tree8a0bd7fb5627f60f81f969f5e122790f842af3fa /src/blas.mk
parentd9dd63e599254b2184f7150919a62d2cf8d89aa1 (diff)
downloadmxe-0ca6392e6856f8a987a0241cc42b2d87f0b4c147.zip
mxe-0ca6392e6856f8a987a0241cc42b2d87f0b4c147.tar.gz
mxe-0ca6392e6856f8a987a0241cc42b2d87f0b4c147.tar.bz2
improved download URLs of packages: blas cblas gcc-mpc lapack
Diffstat (limited to 'src/blas.mk')
-rw-r--r--src/blas.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blas.mk b/src/blas.mk
index 1f588ec..9294acd 100644
--- a/src/blas.mk
+++ b/src/blas.mk
@@ -10,6 +10,7 @@ $(PKG)_SUBDIR := BLAS
$(PKG)_FILE := $(PKG).tgz
$(PKG)_WEBSITE := http://www.netlib.org/$(PKG)/
$(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)
+$(PKG)_URL_2 := ftp://ftp.eq.uc.pt/pub/software/math/netlib/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE