diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-25 15:37:04 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-25 15:37:04 +0000 |
commit | b5db6d52cea3963b09de0183daef921fd68200a8 (patch) | |
tree | b1729508e636cacad6bd7f5ff001437d4152452a /benchmarks | |
parent | a462eadc9ca4c3a2ab250a31697f4dc32d14977b (diff) |
www.netlib.org seems to be down, add a mirror for hpl.tgz
Notes
Notes:
svn path=/head/; revision=149431
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/hpl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index 5fa590a55dbb..5b73bb89b3fa 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -8,7 +8,8 @@ PORTNAME= hpl PORTVERSION= 1.0a CATEGORIES= benchmarks -MASTER_SITES= http://www.netlib.org/benchmark/hpl/ +MASTER_SITES= http://www.netlib.org/benchmark/hpl/ \ + ftp://ftp.hipecs.hokudai.ac.jp/netlib/benchmark/hpl/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz |