Search Criteria
Package Details: astrometry.net 0.97-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/astrometry.net.git (read-only, click to copy) |
---|---|
Package Base: | astrometry.net |
Description: | Automatic recognition of astronomical images |
Upstream URL: | http://astrometry.net |
Keywords: | astronomy science |
Licenses: | BSD-3-Clause-Clear AND GPL-3.0-or-later |
Submitter: | gypaetus |
Maintainer: | PlasticSoup |
Last Packager: | PlasticSoup |
Votes: | 8 |
Popularity: | 0.072208 |
First Submitted: | 2016-02-05 23:11 (UTC) |
Last Updated: | 2024-12-05 01:00 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- cfitsio
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- gsl (gsl-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- netpbm
- python (python37AUR, python311AUR, python310AUR)
- python-astropy
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- swig (swig-gitAUR)
- wcslib
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- python-setuptools (make)
Required by (1)
- theli (optional)
Latest Comments
1 2 3 4 5 6 Next › Last »
Universebenzene commented on 2024-07-14 02:24 (UTC)
@PlasticSoup As you have adopted this package, please update it ASAP.
Universebenzene commented on 2024-04-30 09:38 (UTC) (edited on 2024-05-07 07:11 (UTC) by Universebenzene)
An easy way to fix the
numpy.distutils
issue is adding ansed
command into theprepare()
phase:sed -e "/^from numpy/c import numpy" -e 's/get_numpy_include_dirs()/[numpy.get_include()]/' -i libkd/setup{-min}.py setup-libkd.py
What's more,
python-setuptools
is needed inmakedepends
now for py3.12.BTW, the exist
sed
commant for the netpbm support inprepare()
is not needed anymore for 0.94, as netpbm can be detected automatically now.=============
Update: 0.95 released and the py3.12 issue is fixed. The
prepare()
phase can be completely removed now. And don't forget to addpython-setuptools
tomakedepends
simona commented on 2024-04-30 08:10 (UTC)
ModuleNotFoundError: No module named 'numpy.distutils'
simona commented on 2024-03-27 21:08 (UTC)
conflict in file name with cfitsio
NikP commented on 2024-03-24 15:31 (UTC)
Fixed PKGBUILD for fitsverify
simona commented on 2024-02-29 10:02 (UTC)
astrometry.net: /usr/bin/fitsverify exists in filesystem (owned by cfitsio) same error
StenSipma commented on 2024-02-29 09:05 (UTC)
It looks like installing / updating astrometry.net no longer works due to a conflict with cfitsio:
Doing the opposite, by having astrometry.net installed and updating cfitsio gives the same error (but complaining that astrometry.net owns the file).
Gallifreyan commented on 2024-02-05 22:12 (UTC)
The
solve-field
function currently fails with "attributeerror: 'NoPyfits' object has no attribute 'open'". I'm guessing it's somehow related to this (maybe Arch's Astropy is compiled without fistio? idk), but it can be fixed with installing python-fitsio from AUR.Also, the thing complains about astrometry.cfg not being in the right place, although it's very much in /etc/astrometry.cfg as it should be. Symlinking to /usr/sbin/astrometry.cfg (per the error's trace) works, but maybe this could be addressed in PKGBUILD?
Mr.Smith1974 commented on 2023-08-14 07:07 (UTC)
0.94 is out.
gebi commented on 2022-02-18 23:36 (UTC)
Please update the package so it can be built with default settings common today (parallel build).
astrometry.net did not compile here ever, and the fix is a simple as
Please consider adding this to this AUR pkg.
1 2 3 4 5 6 Next › Last »