testing/harminv: build against optimized LAPACK provided by OpenBLAS

harminv is built against OpenBLAS that also provides optimized LAPACK.
See 9f56f9594fb56b87d0502194ba8836fee606eca9.

This reverts part of commit b5b12cb83fab542d5dc16feaea669de6098b68bb.
This commit is contained in:
Jakub Jirutka 2021-11-03 23:59:16 +01:00
parent 146b535221
commit d5dd312056

View File

@ -2,12 +2,12 @@
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=harminv
pkgver=1.4.1
pkgrel=4
pkgrel=5
pkgdesc="Free program to solve the problem of harmonic inversion"
url="https://github.com/stevengj/harminv"
arch="all !mips !mips64"
license="GPL"
depends_dev="openblas-dev>=0.3.0 lapack-dev"
depends_dev="openblas-dev>=0.3.0"
makedepends="$depends_dev gfortran"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="harminv-$pkgver.tar.gz::https://github.com/stevengj/harminv/releases/download/v$pkgver/harminv-$pkgver.tar.gz"