aboutsummaryrefslogtreecommitdiffstats
path: root/testing/harminv
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-06-01 08:05:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-04 05:33:23 +0000
commit799330f5e0d31faa66b6f745c668b46a8467eba3 (patch)
tree9b19f5cf81c6871fdf01bad85e524c13d863a487 /testing/harminv
parent85803fa9aa95ce509c1f8814831526e9da822f43 (diff)
downloadaports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.bz2
aports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.xz
testing/[various]: rebuild against openblas-0.3.0, enable s390x
Diffstat (limited to 'testing/harminv')
-rw-r--r--testing/harminv/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/harminv/APKBUILD b/testing/harminv/APKBUILD
index 597829fd4e..483de90617 100644
--- a/testing/harminv/APKBUILD
+++ b/testing/harminv/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=harminv
pkgver=1.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Free program to solve the problem of harmonic inversion"
url="https://github.com/stevengj/harminv"
-arch="all !s390x"
+arch="all"
license="GPL"
-depends_dev="openblas-dev"
+depends_dev="openblas-dev>=0.3.0"
makedepends="$depends_dev gfortran"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="$pkgname-$pkgver.tar.gz::https://github.com/stevengj/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"