summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-11-02 18:17:58 +0100
committerMichel Zou2022-11-02 18:17:58 +0100
commit86677df75c1b181da6631b9e76bc5bf4745ec29a (patch)
tree8c66984cb10969b2e334a24904c2741a3fb25e67
parentd7526bc5e17ea056d880b0d60bb83229f1e53998 (diff)
downloadaur-86677df75c1b181da6631b9e76bc5bf4745ec29a.tar.gz
1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f976ef69a82..95df16f13b71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hmat-oss
pkgdesc = A hierarchical matrix C/C++ library
- pkgver = 1.7.1
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/jeromerobert/hmat-oss
arch = x86_64
license = GPL
makedepends = cmake
depends = cblas
- depends = lapack
- source = https://github.com/jeromerobert/hmat-oss/archive/1.7.1.tar.gz
- sha256sums = 8ff641ec6b1ae290ee8d67ba5880fb636659c5f150e84daa826d93140500b3ed
+ depends = lapacke
+ source = https://github.com/jeromerobert/hmat-oss/archive/1.8.0.tar.gz
+ sha256sums = f50fefc58b6fd4c0e8eb583033234f8138f06a3f99c7b84b7cbff9c6bd1f3070
pkgname = hmat-oss
diff --git a/PKGBUILD b/PKGBUILD
index 03ed4ebde2ad..908fbe17d8a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
pkgname=hmat-oss
-pkgver=1.7.1
+pkgver=1.8.0
pkgrel=1
pkgdesc="A hierarchical matrix C/C++ library"
license=('GPL')
arch=('x86_64')
url="https://github.com/jeromerobert/hmat-oss"
-depends=('cblas' 'lapack')
+depends=('cblas' 'lapacke')
makedepends=('cmake')
source=("https://github.com/jeromerobert/hmat-oss/archive/${pkgver}.tar.gz")
-sha256sums=('8ff641ec6b1ae290ee8d67ba5880fb636659c5f150e84daa826d93140500b3ed')
+sha256sums=('f50fefc58b6fd4c0e8eb583033234f8138f06a3f99c7b84b7cbff9c6bd1f3070')
prepare() {
cd $pkgname-$pkgver
- curl -L https://github.com/jeromerobert/hmat-oss/pull/80.patch | patch -p1
- curl -L https://github.com/jeromerobert/hmat-oss/pull/81.patch | patch -p1
}
build() {