Search Criteria
Package Details: python-shtools 4.13.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-shtools.git (read-only, click to copy) |
---|---|
Package Base: | python-shtools |
Description: | Python interface for SHTOOLS (pyshtools) |
Upstream URL: | https://shtools.github.io/SHTOOLS/ |
Keywords: | fortran pyshtools python SHTOOLS |
Licenses: | BSD 3-clause |
Provides: | python-shtools |
Submitter: | Strawpants |
Maintainer: | Strawpants |
Last Packager: | Strawpants |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-12-17 20:01 (UTC) |
Last Updated: | 2025-02-21 19:58 (UTC) |
Dependencies (10)
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, blas-mklAUR, aocl-blisAUR, openblas-lapackAUR, blas-openblas)
- fftw
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, aocl-libflameAUR, openblas-lapackAUR, blas-openblas)
- python-astropy
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pooch
- python-xarray
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
Strawpants commented on 2025-02-21 20:07 (UTC)
Thanks, I've added
cmake
to makedepends and added some options for meson through pip which should work for bothblas lapack
orblas-openblas
installs. I checked the builds for both cases (OK), but didn't check the actual python package for now.zoidberg commented on 2025-02-21 11:18 (UTC)
Also, it appears it does not build without openblas installed (build failed on a machine with blas and lapack, but not openblas, installed).
zoidberg commented on 2025-02-21 11:06 (UTC)
Please add cmake to makedepends. Build fails for me without it.
Strawpants commented on 2024-05-24 21:29 (UTC)
I don't know why there was a orphan request for this package, as it sounded more like an out of date flag. Anyways, I've update the package to 4.12.2
Strawpants commented on 2022-05-10 11:23 (UTC)
I've updated the version to 4.10 and forces a serial build to try to avoid the module not found errors
Strawpants commented on 2022-04-12 21:28 (UTC)
I suspect it is some kind of race condition in the makefile. Does it work when you only compile with one processor? (e.g. set export MAKEFLAGS="-j1" before running makepkg)
rarvolt commented on 2022-04-11 19:02 (UTC)
I have an issue with compiling: https://pastebin.com/WTvjQVkj Is this a package problem or shtools problem?