mirror of
https://github.com/archlinux/aur.git
synced 2026-02-01 20:24:47 +01:00
bump to 0.3.25
This commit is contained in:
parent
386b0f1a6e
commit
e11b677e05
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = openblas-lapack
|
||||
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
|
||||
pkgver = 0.3.24
|
||||
pkgrel = 2
|
||||
pkgver = 0.3.25
|
||||
pkgrel = 1
|
||||
url = http://www.openblas.net/
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
|
|
@ -19,7 +19,7 @@ pkgbase = openblas-lapack
|
|||
conflicts = cblas
|
||||
conflicts = lapacke
|
||||
options = !emptydirs
|
||||
source = OpenBLAS-0.3.24.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v0.3.24/OpenBLAS-0.3.24.tar.gz
|
||||
sha256sums = ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132
|
||||
source = OpenBLAS-0.3.25.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25.tar.gz
|
||||
sha256sums = 4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543
|
||||
|
||||
pkgname = openblas-lapack
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -6,11 +6,11 @@
|
|||
pkgname=openblas-lapack
|
||||
_PkgName=OpenBLAS
|
||||
_pkgname=openblas
|
||||
pkgver=0.3.24
|
||||
pkgver=0.3.25
|
||||
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
|
||||
_lapackver=3.11.0
|
||||
_blasver=3.11.0
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
|
||||
arch=('x86_64')
|
||||
url="http://www.openblas.net/"
|
||||
|
|
@ -21,7 +21,7 @@ provides=('openblas' "blas=${_blasver}" "lapack=${_lapackver}" "cblas=${_blasver
|
|||
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')
|
||||
options=(!emptydirs)
|
||||
source=(${_PkgName}-${pkgver}.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v${pkgver}/OpenBLAS-$pkgver.tar.gz)
|
||||
sha256sums=('ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132')
|
||||
sha256sums=('4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543')
|
||||
|
||||
# Add the following line to the _config variable if you want to set the number of make jobs
|
||||
# MAKE_NB_JOBS=2 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue