mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 09:43:48 +01:00
bump to 0.3.18
This commit is contained in:
parent
089be562bb
commit
137693ebf9
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = openblas-lapack
|
||||
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
|
||||
pkgver = 0.3.17
|
||||
pkgver = 0.3.18
|
||||
pkgrel = 1
|
||||
url = http://www.openblas.net/
|
||||
arch = x86_64
|
||||
|
|
@ -19,7 +19,7 @@ pkgbase = openblas-lapack
|
|||
conflicts = cblas
|
||||
conflicts = lapacke
|
||||
options = !emptydirs
|
||||
source = OpenBLAS-0.3.17.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.17.tar.gz
|
||||
sha256sums = df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f
|
||||
source = OpenBLAS-0.3.18.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.18.tar.gz
|
||||
sha256sums = 1632c1e8cca62d8bed064b37747e331a1796fc46f688626337362bf0d16aeadb
|
||||
|
||||
pkgname = openblas-lapack
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,7 +6,7 @@
|
|||
pkgname=openblas-lapack
|
||||
_PkgName=OpenBLAS
|
||||
_pkgname=openblas
|
||||
pkgver=0.3.17
|
||||
pkgver=0.3.18
|
||||
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
|
||||
_lapackver=3.9.0
|
||||
_blasver=3.8.0
|
||||
|
|
@ -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/${_PkgName}/archive/v${pkgver}.tar.gz)
|
||||
sha256sums=('df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f')
|
||||
sha256sums=('1632c1e8cca62d8bed064b37747e331a1796fc46f688626337362bf0d16aeadb')
|
||||
|
||||
# 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