Package Details: python-numpy-git 2.0.0.dev0.r1851.g94bc56402a-1

Git Clone URL: https://aur.archlinux.org/python-numpy-git.git (read-only, click to copy)
Package Base: python-numpy-git
Description: Scientific tools for Python - git version
Upstream URL: https://www.numpy.org/
Licenses: custom:BSD 3-Clause
Conflicts: python-numpy
Provides: python-numpy
Submitter: Dylan14
Maintainer: Dylan14
Last Packager: Dylan14
Votes: 0
Popularity: 0.000000
First Submitted: 2021-02-19 02:32 (UTC)
Last Updated: 2023-11-25 01:02 (UTC)

Required by (1780)

Sources (1)

Latest Comments

MarsSeed commented on 2023-06-18 14:36 (UTC)

Could you please change provides to this? It would could be beneficial for some packages:

provides=("python-numpy=$pkgver")

Thank you for maintaining this!

MarsSeed commented on 2023-06-18 09:27 (UTC)

Oh, and please remove openblas optdepend, my first recommendation was wrong.

Please add blas-openblas optdepend, as that provides the fully working alternative OpenBLAS implementation of blas and lapack, along with cblas and lapacke interfaces.

MarsSeed commented on 2023-06-18 09:24 (UTC)

Please kindly remove the v from the beginning of pkgver, and declare versioned provides:

provides=("python-numpy=$pkgver")

MarsSeed commented on 2023-06-15 16:53 (UTC)

I've read in FS#66092 that for NumPy to use OpenBLAS, it requires cblas and lapacke as well. Those are in the new blas-openblas package and not in the old openblas one.

MarsSeed commented on 2023-06-15 14:33 (UTC)

Hm, sorry, my bad.

Seems python-numpy should optdepend now on blas-openblas, not openblas, because the former is how Arch named the full openblas suite that NumPy can use to speed up computing.

MarsSeed commented on 2023-06-15 12:27 (UTC)

TLDR; Please remove depends openblas-lapack and make openblas an optdepend, as in repo python-numpy package.

Also please note that Arch announced on June 14 a new blas-openblas repo package.

The earlier AUR package openblas-lapack is the same, therefore it will have to be deleted.