Package Details: astrometry.net 0.97-1

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.052163
First Submitted: 2016-02-05 23:11 (UTC)
Last Updated: 2024-12-05 01:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

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,

Universebenzene commented on 2019-08-02 16:05 (UTC) (edited on 2019-08-03 06:38 (UTC) by Universebenzene)

@pierros I think the python modules installed globally in the system will be ignored by virtualenv.

pierros commented on 2019-08-02 09:52 (UTC) (edited on 2019-08-02 10:36 (UTC) by pierros)

Solve-field is failing inside a python virtual-env with the following error:

Traceback (most recent call last): File "/usr/bin/image2pnm", line 14, in <module> from astrometry.util.image2pnm import main ModuleNotFoundError: No module named 'astrometry'