mbox series

[bug#59978,0/6] gnu: python-astropy: Unbundle WCSLIB.

Message ID 20221211222330.32212-1-sharlatanus@gmail.com
Headers show
Series gnu: python-astropy: Unbundle WCSLIB. | expand

Message

Sharlatan Hellseher Dec. 11, 2022, 10:23 p.m. UTC
Hi Guix!

This patch series include update of CFITSIO to the latest version which resolve
build faileur on aarch64-linux system reported in
https://issues.guix.gnu.org/59323 with open upstream issue
https://github.com/rwesson/ALFA/issues/29.

CFITSIO is configured with curl support which passed build of WCSLIB
(mentioned as failing before in comments).

PYTHON-ASTROPY has WCSLIB unbundled and passed build.

Rest changes include update child packages to the latest version and making
sure they are pass build on x86_64 and aarch64 systems.

Sharlatan Hellseher (6):
  gnu: cfitsio: Update to 4.2.0.
  gnu: cfitsio: Build with bzip2 support.
  gnu: python-fitsio: Update to 1.1.8.
  gnu: wcslib: Update to 7.12.
  gnu: python-astropy: Update to 5.1.1.
  gnu: indi: Update to 1.9.9.

 gnu/packages/astronomy.scm | 112 +++++++++++++++++++------------------
 1 file changed, 59 insertions(+), 53 deletions(-)


base-commit: c8316c1e47ce2ace5474cbcda03555cf915b4fce

Comments

Sharlatan Hellseher Dec. 18, 2022, 11:16 p.m. UTC | #1
Hi Guix!

Is anything I need to check for this series?

Regards,
Oleg

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
Sharlatan Hellseher Dec. 27, 2022, 6:19 p.m. UTC | #2
Hi,

I see QA is green and solved some previously failed builds for ARM. I'm
about to complete an update for CASA core package which allows to add
python-casa.

Let me know if I need to change this patch series.

Happy New year!
Oleg


On Sun, 18 Dec 2022, 23:16 Sharlatan Hellseher, <sharlatanus@gmail.com>
wrote:

> Hi Guix!
>
> Is anything I need to check for this series?
>
> Regards,
> Oleg
>
> --
> … наш разум - превосходная объяснительная машина которая способна
> найти смысл почти в чем угодно, истолковать любой феномен, но
> совершенно не в состоянии принять мысль о непредсказуемости.
>
Ludovic Courtès Jan. 6, 2023, 10:46 p.m. UTC | #3
Hi Oleg,

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

>   gnu: cfitsio: Update to 4.2.0.
>   gnu: cfitsio: Build with bzip2 support.
>   gnu: python-fitsio: Update to 1.1.8.
>   gnu: wcslib: Update to 7.12.
>   gnu: python-astropy: Update to 5.1.1.
>   gnu: indi: Update to 1.9.9.

Sorry for taking so long, finally applied!

Thank you & happy new year!

Ludo’.