summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-28 22:35:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-29 21:57:21 +0200
commit96f3ae6c24e5517014666a0e22b050773188392e (patch)
treebcc73d033263b95e8e010e2eb63de94e4f7f8d9a
parent3f0cdaad8b0b797f5727a35737a0badd97cb3ddc (diff)
downloadbuildroot-96f3ae6c24e5517014666a0e22b050773188392e.tar.gz
buildroot-96f3ae6c24e5517014666a0e22b050773188392e.zip
package/armadillo: fix download URL
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/armadillo/armadillo.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/armadillo/armadillo.mk b/package/armadillo/armadillo.mk
index 714c1b2ddf..beb60c8c64 100644
--- a/package/armadillo/armadillo.mk
+++ b/package/armadillo/armadillo.mk
@@ -5,7 +5,9 @@
################################################################################
ARMADILLO_VERSION = 6.500.4
-ARMADILLO_SITE = http://downloads.sourceforge.net/project/arma
+# upstream removed tarball from
+# http://downloads.sourceforge.net/project/arma
+ARMADILLO_SITE = https://ftp.fau.de/macports/distfiles/armadillo
ARMADILLO_DEPENDENCIES = clapack
ARMADILLO_INSTALL_STAGING = YES
ARMADILLO_LICENSE = MPL-2.0
OpenPOWER on IntegriCloud