summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2016-09-15 20:12:45 +0200
committerAntoine Viallon2016-09-15 20:12:45 +0200
commitfc0396f49956d15f887fa480fef05a9d25e3cc0b (patch)
treefe41bf189d2b09b82e9fa5114e9059885f7ac0d9
parent60759760c6a1ac298a18395381db0bbc03009593 (diff)
downloadaur-fc0396f49956d15f887fa480fef05a9d25e3cc0b.tar.gz
updated to version 2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
-rw-r--r--hpl-2.2-arch.patch (renamed from hpl-2.1-arch.patch)0
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9286438da835..257bd326c2a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Dec 9 17:57:08 UTC 2015
pkgbase = hpl
pkgdesc = A portable implementation of the high-performance Linpack benchmark for distributed-memory computers
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 2
url = http://www.netlib.org/benchmark/hpl/
arch = i686
@@ -14,9 +12,9 @@ pkgbase = hpl
depends = cblas
depends = lapack
depends = mpich
- source = http://www.netlib.org/benchmark/hpl/hpl-2.1.tar.gz
- source = hpl-2.1-arch.patch
- md5sums = 091aa58c3e62bdf598b403420d8387ef
+ source = http://www.netlib.org/benchmark/hpl/hpl-2.2.tar.gz
+ source = hpl-2.2-arch.patch
+ md5sums = 0eb19e787c3dc8f4058db22c9e0c5320
md5sums = 542fcac3a92f9860eb4dd4cb717db865
pkgname = hpl
diff --git a/PKGBUILD b/PKGBUILD
index e1f54e7869ab..d04d394f56e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Alexey Ermakov <fufler[at]gmail[dot]com>
+# Former maintainer: Alexey Ermakov <fufler[at]gmail[dot]com>
+# Maintainer: Antoine Viallon <antoine[dot]viallon[at]gmail[dot]com>
pkgname=hpl
-pkgver=2.1
+pkgver=2.2
pkgrel=2
pkgdesc="A portable implementation of the high-performance Linpack benchmark for distributed-memory computers"
arch=('i686' 'x86_64')
@@ -10,7 +11,7 @@ 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=('091aa58c3e62bdf598b403420d8387ef' '542fcac3a92f9860eb4dd4cb717db865')
+md5sums=('0eb19e787c3dc8f4058db22c9e0c5320' '542fcac3a92f9860eb4dd4cb717db865')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/hpl-2.1-arch.patch b/hpl-2.2-arch.patch
index 323198bbb1a2..323198bbb1a2 100644
--- a/hpl-2.1-arch.patch
+++ b/hpl-2.2-arch.patch