0.94 is out.
Search Criteria
Package Details: astrometry.net 0.93-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flagged out-of-date (2023-08-02)
- 1 pending request
- Submit Request
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: | astrometry astronomy science |
Licenses: | GPL |
Submitter: | gypaetus |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 7 |
Popularity: | 0.069493 |
First Submitted: | 2016-02-05 23:11 (UTC) |
Last Updated: | 2022-12-22 13:29 (UTC) |
Mr.Smith1974 commented on 2023-08-14 07:07 (UTC)
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
- make SYSTEM_GSL=yes all py extra
+ make -C util config
+ make SYSTEM_GSL=yes all
+ make SYSTEM_GSL=yes py
+ make SYSTEM_GSL=yes extra
Please consider adding this to this AUR pkg.
Lightwell commented on 2021-09-19 06:16 (UTC)
Thanks so much for this. I had not understood the comment until your patient explanation. Transaction successfully finished!
aaronf commented on 2021-09-18 20:37 (UTC)
@Lightwell - follow angelsl's comment. Before installing, edit the PKGBUILD, go to the build() section, and replace the make SYSTEM_GSL
line there with the four lines in their comment:
make -C util config
make SYSTEM_GSL=yes all
make SYSTEM_GSL=yes py
make SYSTEM_GSL=yes extra
Then it'll work
Lightwell commented on 2021-09-07 16:06 (UTC)
Hi
Still not compiling on Manjaro with message
make: *** [Makefile:117: libkd-spherematch] Error 2 make[1]: Leaving directory '/var/tmp/pamac-build-richardh/astrometry.net/src/astrometry.net-0.85/util' ==> ERROR: A failure occurred in build().
I note that @pozar87 has managed to make it work - can the revised MAKEFILE be posted?
Many thanks
pozar87 commented on 2021-05-09 17:01 (UTC)
Hi! I did finally managed to build this package on Manjaro. Perhaps it's just my setup, but previously I just need to disable parallel builds. This time however (0.85 version) it required a lot of changes in LDFLAGS and CFLAGS for make ...
angelsl commented on 2021-04-10 09:21 (UTC)
The package's Makefile doesn't specify its dependencies properly, so building fails sporadically (and more often if you have high parallelism). The build() should be split up:
make -C util config
make SYSTEM_GSL=yes all
make SYSTEM_GSL=yes py
make SYSTEM_GSL=yes extra
Lightwell commented on 2020-10-22 17:04 (UTC)
Hi - Iḿ trying to make astrometry.net for Kstars on Manjaro.
I get the build error:
make[1]: No rule to make target '../util/libanutils.a', needed by 'spherematch_c.cpython-38-x86_64-linux-gnu.so'. Stop. make[1]: Waiting for unfinished jobs.... make[1]: Leaving directory '/var/tmp/pamac-build-richardhornby/astrometry.net/src/astrometry.net-0.80/libkd' make: *** [Makefile:116: libkd-spherematch] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
I can´t find libanutils in pamac, and it is not listed as a dependency either for astrometry.net or for python-astropy.
I am at the limit of my learning curve and may well have missed something.
Help pls?
Tks
R
Lightwell commented on 2020-10-22 17:04 (UTC)
Hi - Iḿ trying to make astrometry.net for Kstars on Manjaro.
I get the build error:
make[1]: No rule to make target '../util/libanutils.a', needed by 'spherematch_c.cpython-38-x86_64-linux-gnu.so'. Stop. make[1]: Waiting for unfinished jobs.... make[1]: Leaving directory '/var/tmp/pamac-build-richardhornby/astrometry.net/src/astrometry.net-0.80/libkd' make: *** [Makefile:116: libkd-spherematch] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
I can´t find libanutils in pamac, and it is not listed as a dependency either for astrometry.net or for python-astropy.
I am at the limit of my learning curve and may well have missed something.
Help pls?
Tks
R
pozar87 commented on 2020-03-03 10:04 (UTC)
Hi!
There is a problem with parallel build - see the https://github.com/dstndstn/astrometry.net/issues/178
I workaround it adding export MAKEFLAGS="-j 1"
just before makes invocations - but I'm not sure its the best way :)
Best Regards,
Pinned Comments
procras commented on 2018-08-07 12:32 (UTC)
If solve-field is now crashing for you with errors about removelines.py and fits.py Ensure you have updated your installation of python-astropy The newer version 3.0.4-1 from AUR prevents the crash.
Universebenzene commented on 2017-07-22 13:12 (UTC) (edited on 2017-07-22 13:14 (UTC) by Universebenzene)