summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-01-28 10:54:39 +0100
committerMichel Zou2020-01-28 10:54:39 +0100
commit98119b0c3bafe8057aedc56cdaf7dca72e1ff8fa (patch)
tree593c62fd6046b044cc76b149a4c7705dd5672021
parentbc4f9df394b7529ec97b6babc3a115b571c254d4 (diff)
downloadaur-98119b0c3bafe8057aedc56cdaf7dca72e1ff8fa.tar.gz
1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1904fb193407..269d92877cd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hmat-oss
pkgdesc = A hierarchical matrix C/C++ library
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/jeromerobert/hmat-oss
arch = i686
@@ -9,9 +9,9 @@ pkgbase = hmat-oss
makedepends = cmake
depends = cblas
depends = lapack
- source = https://github.com/jeromerobert/hmat-oss/archive/1.6.0.tar.gz
+ source = https://github.com/jeromerobert/hmat-oss/archive/1.6.1.tar.gz
source = set_num_threads.patch
- sha256sums = 441bffb2e578150d86b0f056a52a3838f56d0bef6c6257c1bf6f54b308f37125
+ sha256sums = 1517be8bde1c06bd8bc42d95926c72d787af95fc3d37439c911a7cea3243d2ca
sha256sums = SKIP
pkgname = hmat-oss
diff --git a/PKGBUILD b/PKGBUILD
index c11b4354223c..b492e7e42489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hmat-oss
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="A hierarchical matrix C/C++ library"
license=('GPL')
@@ -8,12 +8,11 @@ url="https://github.com/jeromerobert/hmat-oss"
depends=('cblas' 'lapack')
makedepends=('cmake')
source=("https://github.com/jeromerobert/hmat-oss/archive/${pkgver}.tar.gz" set_num_threads.patch)
-sha256sums=('441bffb2e578150d86b0f056a52a3838f56d0bef6c6257c1bf6f54b308f37125' SKIP)
+sha256sums=('1517be8bde1c06bd8bc42d95926c72d787af95fc3d37439c911a7cea3243d2ca' SKIP)
prepare() {
cd $pkgname-$pkgver
patch -p1 -i "$srcdir"/set_num_threads.patch
- sed -i "s|git_version(HMAT 1.5.0)|git_version(HMAT 1.6.0)|g" CMakeLists.txt
}