mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openblas to 0.3.24-2
This commit is contained in:
parent
6129f2417f
commit
d7a0cc54b6
1 changed files with 6 additions and 5 deletions
|
@ -8,8 +8,8 @@
|
|||
pkgbase=openblas
|
||||
pkgname=(openblas openblas64 blas-openblas blas64-openblas)
|
||||
_pkgname=OpenBLAS
|
||||
pkgver=0.3.23
|
||||
pkgrel=3
|
||||
pkgver=0.3.24
|
||||
pkgrel=2
|
||||
_blasver=3.11.0
|
||||
pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
|
||||
arch=('x86_64')
|
||||
|
@ -18,7 +18,7 @@ license=('BSD')
|
|||
depends=('gcc-libs')
|
||||
makedepends=('cmake' 'perl' 'gcc-fortran')
|
||||
source=(${_pkgname}-v${pkgver}.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v${pkgver}.tar.gz)
|
||||
sha512sums=('ea64c693e57eb63cc2a88e4d6ab2d8cf9ab84ae6a15048fb12090a3570dd41053e62e99c1ff9d3e02dd67ca93233591ab41b8c017d06585d0a69222e1ad3023f')
|
||||
sha512sums=('fe66e3a258ca1720764ed243f6d61017d6ef14bd33b76f20b19b34754096ec2be9fbeb1a78743f38ee71381746d6af9a1c16a8f3982e423afec422fcb50852d0')
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "aarch64" ]] && CORE="ARMV8" && DYN="OFF"
|
||||
|
@ -78,8 +78,9 @@ package_openblas64() {
|
|||
package_blas-openblas() {
|
||||
pkgdesc+=" (Provides BLAS/CBLAS/LAPACK/LAPACKE system-wide)"
|
||||
depends=('openblas')
|
||||
provides=("blas=$_blasver" "cblas=$_blasver" "lapack=$_blasver" "lapacke=$_blasver")
|
||||
conflicts=('blas' 'cblas' 'lapack' 'lapacke')
|
||||
provides=("blas=$_blasver" "cblas=$_blasver" "lapack=$_blasver" "lapacke=$_blasver" "openblas-lapack=$pkgver")
|
||||
conflicts=('blas' 'cblas' 'lapack' 'lapacke' 'openblas-lapack')
|
||||
replaces=('openblas-lapack')
|
||||
|
||||
mkdir -p "$pkgdir"/usr/lib/pkgconfig
|
||||
cd "$pkgdir"/usr/lib/
|
||||
|
|
Loading…
Reference in a new issue