changeset 2738:3b14416f4c51

package suitesparse: add secondary url
author Tony Theodore <tonyt@logyst.com>
date Mon, 17 Sep 2012 21:31:16 +1000
parents 57ee697ed83b
children f4283ad823bf 61643b8b5122
files src/suitesparse.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/suitesparse.mk	Mon Sep 17 20:29:12 2012 +1000
+++ b/src/suitesparse.mk	Mon Sep 17 21:31:16 2012 +1000
@@ -6,6 +6,7 @@
 $(PKG)_SUBDIR   := SuiteSparse
 $(PKG)_FILE     := SuiteSparse-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE)
+$(PKG)_URL_2    := https://distfiles.macports.org/SuiteSparse/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc blas lapack
 
 define $(PKG)_UPDATE