Search Criteria
Package Details: python-scikit-misc 0.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-scikit-misc.git (read-only, click to copy) |
---|---|
Package Base: | python-scikit-misc |
Description: | Miscellaenous tools for scientific computing |
Upstream URL: | https://github.com/has2k1/scikit-misc |
Licenses: | BSD-3-Clause |
Submitter: | tskaar |
Maintainer: | tskaar |
Last Packager: | tskaar |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-10-15 21:41 (UTC) |
Last Updated: | 2024-06-25 01:30 (UTC) |
Dependencies (15)
- blas-openblas
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- meson-python (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-spinAUR (make)
- python-wheel (make)
- python-pytest (check)
- python-yaml (python-yaml-gitAUR) (optional) – Better output during compilation
Required by (1)
- python-plotnine (optional)
Latest Comments
tskaar commented on 2023-10-29 18:16 (UTC)
Thanks @MarsSeed!
I fixed it in the latest PKGBUILD now
MarsSeed commented on 2023-10-28 11:41 (UTC) (edited on 2023-10-28 11:41 (UTC) by MarsSeed)
If I then add makedepends=
gcc-fortran
, the build succeeds but thecheck()
fails:MarsSeed commented on 2023-10-28 11:35 (UTC) (edited on 2023-10-28 11:44 (UTC) by MarsSeed)
Also, as per meson files, this needs depends=
blas-openblas
, because lapack is needed as well, and that is the Arch package that includes lapack from the OpenBLAS implementation.MarsSeed commented on 2023-10-28 11:32 (UTC)
Cannot be built:
If I add 'cython' and 'python-setuptools' to makedepends, another build failure occurs: