summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2023-06-15 09:15:14 -0400
committerDylan Delgado2023-06-15 09:15:14 -0400
commit037b49575e6944a7696b0ef4b82acd178aaf2b6d (patch)
tree8c058e503c531845ce6d6e9fa08537f2047bc5a2 /PKGBUILD
parente287d47202731397644421be91c4c4baafb2a505 (diff)
downloadaur-037b49575e6944a7696b0ef4b82acd178aaf2b6d.tar.gz
Remove openblas-lapack, make openblas opt depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a37345570848..8a0b4a384c19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-numpy-git
_pkgname=numpy
-pkgver=v1.23.0.dev0.r907.gf6efa62e3c
+pkgver=v1.25.0rc1.r193.g2e8994d3d1
pkgrel=1
pkgdesc="Scientific tools for Python - git version"
arch=('x86_64')
license=('custom:BSD 3-clause')
url="https://www.numpy.org/"
-depends=('cblas' 'lapack' 'python' 'openblas-lapack')
-optdepends=('python-nose: testsuite')
+depends=('cblas' 'lapack' 'python')
+optdepends=('python-nose: testsuite' 'openblas: faster linear algebra')
makedepends=('python-setuptools' 'gcc-fortran' 'python-nose' 'cython')
checkdepends=('python-pytest' 'python-hypothesis')
conflicts=('python-numpy')