Search Criteria
Package Details: python2-numpy 1.16.6-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-numpy.git (read-only, click to copy) |
---|---|
Package Base: | python2-numpy |
Description: | Scientific tools for Python 2 |
Upstream URL: | https://www.numpy.org/ |
Licenses: | custom |
Submitter: | Archange |
Maintainer: | hexd |
Last Packager: | hexd |
Votes: | 22 |
Popularity: | 0.22 |
First Submitted: | 2022-05-15 08:41 (UTC) |
Last Updated: | 2023-07-15 21:24 (UTC) |
Dependencies (7)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- python2AUR (python2-binAUR)
- cython2AUR (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- python2-setuptoolsAUR (make)
- blas-openblas (optional) – faster linear algebra
Required by (34)
- aftermath-git (make)
- boost-python2 (make)
- boost-python2-libs (make)
- mysticmine-git
- page_dewarp
- pygtk
- pykaraoke-gst-git
- python-pyhdf (make)
- python-skymapper-git (make)
- python-twopoint-git (make)
- python2-clyther
- python2-colorpy
- python2-gvar
- python2-matplotlib
- python2-mpi4py (check)
- python2-numexpr
- python2-polygon
- python2-pyhdf
- python2-pyhdf (make)
- python2-pytest-arraydiff
- python2-scientificpython
- python2-scipy
- python2-skymapper-git (make)
- python2-snuggs
- python2-toml (check)
- python2-twopoint-git
- python2-twopoint-git (make)
- sagecal (optional)
- sagecal-git (optional)
- sagecal-gpu (optional)
- sushi-shifter-git
- vampy
- visit-build
- wofftools-git
Latest Comments
showipatlogon commented on 2024-01-22 16:05 (UTC)
In my case it doesn't compile because the PYTHONHOME variable isn't declared. So to fix this I have to modify the PKGBUILD file by adding that declaration in the prepare() section as such:
Not sure if that is something you would like to add... More an FYI for those who may have the same issue. Thx !
hexd commented on 2023-07-15 21:25 (UTC)
@xuiqzy you don't have BLAS and LAPACK. I'm now installing these with
blas-openblas
, as @MarsSeed mentioned.xuiqzy commented on 2023-07-14 19:04 (UTC)
Failure in build, see last lines of build output:
MarsSeed commented on 2023-07-02 11:47 (UTC) (edited on 2023-07-02 19:47 (UTC) by MarsSeed)
Please switch optdepend from openblas to blas-openblas. Arch
openblas
package is incomplete, only the newblas-openblas
carries the full OpenBLAS Lapack suite. To use optimized OpenBLAS linalg in NumPy, users need to install the latter (as only that one provides lapack and (c)blas from the OpenBLAS project).Background:
Arch announced on June 14, 2023 the new blas-openblas repo package, which finally offers the full suite of OpenBLAS Lapack, with their blas and lapack implementation and corresponding cblas/lapacke interfaces.
This fulfils Arch request ticket FS#66092.
If I understand INSTALL.rst correctly, NumPy need not be (re)compiled with openblas, enough to provide the openblas implementation at runtime.
Edit: Added more, relevant info with links.
hexd commented on 2023-02-01 05:39 (UTC)
Downloaded again and:
If the package is not building for you, maybe the downloaded tarball is corrupt/incomplete.
Cebtenzzre commented on 2023-01-30 19:11 (UTC)
This package no longer builds because the checksum of the tarball has changed.
hexd commented on 2022-08-28 03:55 (UTC)
There's no new release for Python 2, so I unflagged it. Only Cython 2 became no longer available in the community repo, but I've just added it to AUR.
korimitsu commented on 2022-08-27 23:49 (UTC) (edited on 2022-08-27 23:50 (UTC) by korimitsu)
Fails to build: