Search Criteria
Package Details: python-healpy 1.18.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-healpy.git (read-only, click to copy) |
---|---|
Package Base: | python-healpy |
Description: | Python package to manipulate healpix maps |
Upstream URL: | http://healpy.readthedocs.io |
Keywords: | astronomy science |
Licenses: | GPL-2.0-only |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-02 07:29 (UTC) |
Last Updated: | 2024-11-19 03:47 (UTC) |
Dependencies (13)
- cfitsio
- healpixAUR
- python (python37AUR, python311AUR, python310AUR)
- python-astropy
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-pytest (check)
- python-healpy-docAUR (optional) – Documentation for healpy
Required by (11)
- python-astropy-healpix (check)
- python-astropy-healpix-doc (check)
- python-desimodel
- python-desisim
- python-desispec
- python-desitarget
- python-desiutil
- python-gammapy (check)
- python-gammapy (optional)
- python-healpy-doc (make)
- python-redrock
Latest Comments
Universebenzene commented on 2022-11-22 16:10 (UTC)
@wjhandley You just need to rebuild Healpix
wjhandley commented on 2022-11-22 15:55 (UTC)
I'm currently getting an error:
ImportError: libcfitsio.so.9: cannot open shared object file: No such file or directory
It looks like libcfitsio.so.10 is now the default on arch. pip installing healpy works fine, so I think this is build specific.
misharash commented on 2021-10-21 18:09 (UTC)
There seems to be the same _pyver issue as wjhandley describes in pacaur, making the check to fail. However, the package can be built with makepkg just fine.
kmeagher commented on 2020-12-04 18:53 (UTC)
I have the same issue as wjhandley
wjhandley commented on 2020-09-24 08:11 (UTC)
The export _pyver command is not currently working in my yay build system. Moving it into just a simple variable definition in the check function fixes it.