aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
Commit message (Collapse)AuthorAge
* gnu: Add python-poppy.Sharlatan Hellseher2023-01-16
| | | | | | * gnu/packages/astronomy.scm (python-poppy): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: indi: Update to 1.9.9.Sharlatan Hellseher2023-01-06
| | | | | | | | * gnu/packages/astronomy.scm (indi): Update to 1.9.9. [arguments]{tests}: Silent test on aarch64-linux system. [inputs]: Add libev. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-astropy: Update to 5.1.1.Sharlatan Hellseher2023-01-06
| | | | | | | | | * gnu/packages/astronomy.scm (python-astropy): Update to 5.1.1. [source]{snippet}: Unbundle wcslib. [arguments]{phases}: preparations: Use all system libraries. [inputs]: Add wcslib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: wcslib: Update to 7.12.Sharlatan Hellseher2023-01-06
| | | | | | | * gnu/packages/astronomy.scm (wcslib): Update to 7.12. [arguments]: Use Gexp, enable parallel tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-fitsio: Update to 1.1.8.Sharlatan Hellseher2023-01-06
| | | | | | | | | * gnu/packages/astronomy.scm (python-fitsio): Update to 1.1.8. [arguments]{phases}: skip-bzip2-test remove redundant phase as cfitsio built with bzip2 support. [inputs]: Add curl-minimal. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cfitsio: Build with bzip2 support.Sharlatan Hellseher2023-01-06
| | | | | | | | * gnu/packages/astronomy.scm (cfitsio): [arguments](configure-flags): Add bzip2 option. [inputs]: Add bzip2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cfitsio: Update to 4.2.0.Sharlatan Hellseher2023-01-06
| | | | | | | | | | | | | | | | | | Fix build on aarch64-linux as reported in: - https://issues.guix.gnu.org/59323 - https://github.com/rwesson/ALFA/issues/29 The latest version passed build on aarch64-linux system with curl and gfortran enabled. wcslib@7.5 passed build with curl enabled (was marked as failing in cements). * gnu/packages/astronomy.scm (cfitsio): Update to 4.2.0. [arguments]: Use Gexp, enable tests. [arguments](phases): Delete check and add post-install-check phases. [native-inputs]: Add gfortran. [inputs]: Add curl, zlib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-asdf-astropy: Update to 0.3.0.Sharlatan Hellseher2022-12-13
| | | | | | * gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.3.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: ffmpeg: Promote version 5 to the default.Marius Bakke2022-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg): Alias to FFMPEG-5. (mlt-6)[inpust]: Replace "ffmpeg" with FFMPEG-4. (transcode, libquicktime, ffmpegthumbnailer, mplayer, obs, simplescreenrecorder, handbrake, ffms2, libopenshot, wlstream)[inputs]: Change from FFMPEG to FFMPEG-4. * gnu/packages/arcan.scm (arcan)[inputs]: Likewise. * gnu/packages/astronomy.scm (stackistry, libskry)[inputs]: Likewise. * gnu/packages/audio.scm (aubio, bs1770gain)[inputs]: Likewise. * gnu/packages/education.scm (openboard)[inputs]: Likewise. * gnu/packages/emulators.scm (dolphin-emu, retroarch, pcsxr, ppsspp)[inputs]: Likewise. * gnu/packages/game-development.scm (warsow-qfusion)[inputs]: Likewise. * gnu/packages/games.scm (oshu, hedgewars)[inputs]: Likewise. * gnu/packages/gnunet.scm (libextractor)[inputs]: Likewise. * gnu/packages/graphics.scm (openscenegraph)[inputs]: Likewise. * gnu/packages/image-processing.scm (opencv, paraview-5.9)[inputs]: Likewise. * gnu/packages/julia-jll.scm (julia-ffmpeg-jll)[inputs]: Likewise. * gnu/packages/kde-multimedia.scm (kid3)[inputs]: Likewise. * gnu/packages/kodi.scm (kodi)[inputs]: Likewise. * gnu/packages/linphone.scm (mediastreamer2)[inputs]: Likewise. * gnu/packages/linux.scm (pipewire)[inputs]: Likewise. (pipewire-0.3)[inputs]: Replace "ffmpeg" with FFMPEG. * gnu/packages/mp3.scm (chromaprint)[inputs]: Change from FFMPEG to FFMPEG-4. * gnu/packages/music.scm (musikcube)[inputs]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[inputs]: Likewise. * gnu/packages/qt.scm (qtwebengine-5)[inputs]: Likewise.
* gnu: sgp4: Update to 1.0-2.6a448b4.Sharlatan Hellseher2022-12-06
| | | | | | * gnu/packages/astronomy.scm (sgp4): Update to 1.0-2.6a448b4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-sgp4: Move to astronomy.Sharlatan Hellseher2022-12-05
| | | | | | | * gnu/packages/astronomy.scm: (python-sgp4): Move here from python-science.scm. [description]: Expand description, annotate acronyms, add link to CelesTrak. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: wxWidgets: Update to 3.2.1.Marius Bakke2022-12-02
| | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.1. [source](modules, snippet): New fields. [inputs]: Remove SDL. Add CATCH-FRAMEWORK, EXPAT, GSTREAMER, GST-PLUGINS-BASE, LIBNOTIFY, LIBPNG, LIBSECRET, PCRE, SDL2, WEBKITGTK-WITH-LIBSOUP2, and ZLIB [arguments]: Add "--enable-mediactrl" and "--enable-gui" to #:configure-flags. Remove aarch64 workaround. Install catch header in refer-to-inputs phase. Add phase to adjust WebKitGTK version. (wxwidgets-3.1, wxwidgets-gtk2-3.1): Remove variables. (wxwidgets-3.0, (wxwidgets-gtk2-3.0): New variables. (wxsvg)[inputs]: Change from WXWIDGETS-3.1 to WXWIDGETS. * gnu/packages/audio.scm (audacity)[inputs]: Likewise. * gnu/packages/cdrom.scm (dvdstyler)[inputs]: Likewise. * gnu/packages/astronomy.scm (imppg)[inputs]: Change from WXWIDGETS to WXWIDGETS-3.0. * gnu/packages/ftp.scm (filezilla)[inputs]: Likewise. * gnu/packages/games.scm (megaglest)[inputs]: Likewise. * gnu/packages/geo.scm (opencpn)[inputs]: Likewise. * gnu/packages/music.scm (sooperlooper)[inputs]: Likewise. * gnu/packages/engineering.scm (kicad)[arguments]: Enable EGL support.
* gnu: Add alfa.Sharlatan Hellseher2022-12-02
| | | | | | * gnu/packages/astronomy.scm (alfa): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: imppg: Update to 0.6.5.Marius Bakke2022-11-27
| | | | * gnu/packages/astronomy.scm (imppg): Update to 0.6.5.
* gnu: Add python-sunpy.Sharlatan Hellseher2022-11-25
| | | | | | * gnu/packages/astronomy.scm (python-sunpy): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-reproject.Sharlatan Hellseher2022-11-25
| | | | | | * gnu/packages/astronomy.scm (python-reproject): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-hvpy.Sharlatan Hellseher2022-11-25
| | | | | | * gnu/packages/astronomy.scm (python-hvpy): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-mpl-animators.Sharlatan Hellseher2022-11-25
| | | | | | * gnu/packages/astronomy.scm (python-mpl-animators): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-drms.Sharlatan Hellseher2022-11-25
| | | | | | * gnu/packages/astronomy.scm (python-drms): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-cdflib: Update to 0.4.9.Sharlatan Hellseher2022-11-23
| | | | | | | | * gnu/packages/astronomy.scm (python-cdflib): Update to 0.4.9. [build-system]: Use pyproject-build-system to simplify package. [description]: Expand acronym for CDF. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-gwcs: Update to 0.18.2.Sharlatan Hellseher2022-11-21
| | | | | | | | | | | * gnu/packages/astronomy.scm (python-gwcs): Fix build and update to 0.18.2. [build-system]: Use pyproject-build-system. [arguments]: Remove redundant. [native-inputs]: Use python-jsonschema-next over python-jsonschema to fix tests failing to run due to python-asdf issue with low version of jsonschema, see https://github.com/asdf-format/asdf/pull/1203. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: asdf-astropy: Update to 0.2.2.Sharlatan Hellseher2022-11-21
| | | | | | | | * gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.2.0. [build-system]: Use pyproject-build-system. [arguments]: Remove redundant. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-asdf: Update comment about tests.Sharlatan Hellseher2022-11-21
| | | | | | | | * gnu/packages/astronomy (python-asdf)[arguments]: Update comment about the disabled tests. python-astropy does not depends on python-asdf any longer but test keep failing due to multiple reasons. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-asdf: Update to 2.13.0.Sharlatan Hellseher2022-11-21
| | | | | | | | | | | | | * gnu/packages/astronomy.scm (python-asdf): Update to 2.13.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-astropy, python-psutil, python-pytest, python-pytest-doctestplus, python-pytest-openfiles, python-pytest-remotedata, python-semantic-version. [propagated-inputs]: Add python-asdf-standard, python-asdf-transform-schemas, python-asdf-unit-schemas python-importlib-metadata, python-jsonschema-next, python-lz4. Remove python-jsonschema. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: asdf-transform-schemas: Update to 0.3.0.Sharlatan Hellseher2022-11-21
| | | | | | | | | | | * gnu/packages/astronomy.scm (python-asdf-transform-schemas): Update to 0.3.0. [build-system]: Use new pyproject-build-system [tests]: Disable tests, to prevent cycle with python-asdf package. [native-inputs]: Remove python-pytest and python-semantic-version. [propagated-inputs]: Remove python-asdf. Add python-asdf-standard, python-importlib-resources. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add asdf-time-schemas.Sharlatan Hellseher2022-11-21
| | | | | | * gnu/packages/astronomy.scm (python-asdf-time-schemas): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add asdf-fits-schemas.Sharlatan Hellseher2022-11-21
| | | | | | * gnu/packages/astronomy.scm (python-asdf-fits-schemas): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add asdf-unit-schemas.Sharlatan Hellseher2022-11-21
| | | | | | * gnu/packages/astronomy.scm (python-asdf-unit-schemas): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add asdf-standard.Sharlatan Hellseher2022-11-21
| | | | | | * gnu/packages/astronomy.scm (python-asdf-standard): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add siril.Sharlatan Hellseher2022-11-14
| | | | | | * gnu/packages/astronomy.scm (siril): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnuastro: Update to 0.19.Efraim Flashner2022-10-25
| | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.19.
* gnu: python-regions: Update to 0.6.Sharlatan Hellseher2022-10-22
| | | | | | * gnu/packages/astronomy.scm (python-regions): Update to 0.6. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: python-astropy-healpix: Update to 0.7.Sharlatan Hellseher2022-10-22
| | | | | | | * gnu/packages/astronomy.scm (python-astropy-healpix): Update to 0.7. [source]: Change pypy-uri from astropy-healpix to astropy_healpix. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: python-photuils: Update to 1.5.0.Sharlatan Hellseher2022-10-22
| | | | | | * gnu/packages/astronomy.scm (python-photutils): Update to 1.5.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: python-astropy: Update to 5.1.Sharlatan Hellseher2022-10-22
| | | | | | * gnu/packages/astronomy.scm (python-astropy): Update to 5.1. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add splash.Sharlatan Hellseher2022-10-06
| | | | | | * gnu/packages/astronomy.scm (splash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-ephem.Vagrant Cascadian2022-09-21
| | | | | | * gnu/packages/astronomy.scm (python-ephem): New Variable. Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
* gnu: Add python-suntime.Vagrant Cascadian2022-09-21
| | | | | | * gnu/packages/astronomy.scm (python-suntime): New variable. Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
* gnu: Add python-pynbody.Sharlatan Hellseher2022-08-05
| | | | | | * gnu/packages/astronomy.scm: (python-pynbody): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add aoflagger.Sharlatan Hellseher2022-08-04
| | | | | | | | | * gnu/packages/astronomy.scm (aoflagger): New variable. * gnu/packages/patches/aoflagger-use-system-provided-pybind11.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add aocommon.Sharlatan Hellseher2022-08-04
| | | | | | * gnu/packages/astronomy.scm (aocommon): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-sep: Update to 1.2.1Sharlatan Hellseher2022-08-01
| | | | | | | * gnu/packages/astronomy.scm: (python-sep): Update to 1.2.1. Inherit from libsep Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libsepSharlatan Hellseher2022-08-01
| | | | | | * gnu/packages/astronomy.scm: (libsep): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
* gnu: gnuastro: Update to 0.18.Efraim Flashner2022-07-26
| | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.18.
* gnu: Add python-cdflib.Sharlatan Hellseher2022-07-08
| | | | | | * gnu/packages/astronomy.scm (python-cdflib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-setuptools-scm: Move to (gnu packages python-build).Maxim Cournoyer2022-06-26
| | | | | * gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
* gnu: Add casacore.Sharlatan Hellseher2022-06-23
| | | | | | | * gnu/packages/astronomy.scm (casacore): New variable. Modules sorted alphabetically to ease maintannce. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: calceph: Add 'release-monitoring-url' property.Ludovic Courtès2022-05-30
| | | | * gnu/packages/astronomy.scm (calceph)[properties]: New field.