summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2019-11-23 01:47:30 +0100
committerAntoine Viallon2019-11-23 01:47:30 +0100
commit1c6c57e115c485b49976661f473b2672563a05ec (patch)
tree2c190684e1857855b7619c597968e2f85f97b7c3
parentfc0396f49956d15f887fa480fef05a9d25e3cc0b (diff)
downloadaur-hpl.tar.gz
Updated to version 2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
-rw-r--r--hpl-2.3-arch.patch (renamed from hpl-2.2-arch.patch)0
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 257bd326c2a5..fba11f3143fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hpl
pkgdesc = A portable implementation of the high-performance Linpack benchmark for distributed-memory computers
- pkgver = 2.2
+ pkgver = 2.3
pkgrel = 2
url = http://www.netlib.org/benchmark/hpl/
arch = i686
@@ -12,9 +12,9 @@ pkgbase = hpl
depends = cblas
depends = lapack
depends = mpich
- source = http://www.netlib.org/benchmark/hpl/hpl-2.2.tar.gz
- source = hpl-2.2-arch.patch
- md5sums = 0eb19e787c3dc8f4058db22c9e0c5320
+ source = http://www.netlib.org/benchmark/hpl/hpl-2.3.tar.gz
+ source = hpl-2.3-arch.patch
+ md5sums = 2789bbadd6d75ae0d64d9b9f2fa8a136
md5sums = 542fcac3a92f9860eb4dd4cb717db865
pkgname = hpl
diff --git a/PKGBUILD b/PKGBUILD
index d04d394f56e7..64d5e98207b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Antoine Viallon <antoine[dot]viallon[at]gmail[dot]com>
pkgname=hpl
-pkgver=2.2
+pkgver=2.3
pkgrel=2
pkgdesc="A portable implementation of the high-performance Linpack benchmark for distributed-memory computers"
arch=('i686' 'x86_64')
@@ -11,7 +11,8 @@ license=('custom:bsd')
depends=('openmpi' 'cblas' 'lapack' 'mpich')
makedepends=('git' 'gcc-fortran')
source=("http://www.netlib.org/benchmark/hpl/hpl-${pkgver}.tar.gz" "hpl-${pkgver}-arch.patch")
-md5sums=('0eb19e787c3dc8f4058db22c9e0c5320' '542fcac3a92f9860eb4dd4cb717db865')
+md5sums=('2789bbadd6d75ae0d64d9b9f2fa8a136'
+ '542fcac3a92f9860eb4dd4cb717db865')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/hpl-2.2-arch.patch b/hpl-2.3-arch.patch
index 323198bbb1a2..323198bbb1a2 100644
--- a/hpl-2.2-arch.patch
+++ b/hpl-2.3-arch.patch