summaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
AgeCommit message (Collapse)Author
2023-07-26gnu: Add glnemo2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (glnemo2): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: Add ccfits.Sharlatan Hellseher
* gnu/packages/astronomy.scm (ccfits): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: cfitsio: Download source over HTTPS.Sharlatan Hellseher
* gnu/packages/astronomy.scm (cfitsio)[source]: Use HTTPS. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-16gnu: stellarium: Update to 23.2.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (stellarium): Update to 23.2.
2023-07-02gnu: celestia-gtk: Add custom synopsis.Sharlatan Hellseher
* (celestia-gtk)[synopsis]: Describe this GTK+ variant. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia: Update to 1.6.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia): Update to 1.6.3. [source]: Use Git tag. [build-system]: Switch to the GNU build system; CMake build files are gone. [arguments]: Adjust #:configure-flags accordingly. Add a new patch-lua-version phase. [native-inputs]: Add autoconf and automake. [inputs]: Remove eigen, fmt-7, and glew. * (celestia-gtk): Adjust accordingly. [inputs]: Add cairo, libxmu, libtheora, and pango-1.42. [arguments]: Use SUBSTITUTE-KEYWORD-ARGUMENTS and adjust #:configure-flags. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia)[arguments]: Rewrite as G-expressions. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia: Remove input labels.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia)[native-inputs, inputs]: Remove input labels. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia-gtk: Use MODIFY-INPUTS.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia-gtk)[inputs]: Rewrite using MODIFY-INPUTS. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia-gtk: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia-gtk)[arguments]: Rewrite using G-expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia-gtk: Use PACKAGE/INHERIT.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia-gtk): Use PACKAGE/INHERIT macro. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: xplanet: Update package style.Sharlatan Hellseher
* gnu/packages/astronomy.scm (xplanet)[arguments]: Use G-expressions. Improve code style. [inputs]: Remove labels. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: stuff: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (stuff)[description]: Use @uref{}.
2023-07-02gnu: stuff: Update to 2.0.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (stuff): Update to 2.0.1. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, libtool, and pkg-config. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Use @uref{}.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (skymaker)[description]: Use @uref{} over @url{}.
2023-07-02gnu: skymaker: Update to 4.2.0-0.1a69c47.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker): Update to 4.2.0-0.1a69c47. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Remove upstreamed -fcommon work-around. [native-inputs]: Add autoconf, automake, libtool, and pkg-config. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Remove input labels.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker)[inputs]: Remove input labels. [arguments]: Adjust accordingly. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker)[arguments]: Rewrite as G-expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker)[arguments]: Build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: missfits: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (missfits)[description]: Use @acronym{} and @uref{}.
2023-07-02gnu: missfits: Fetch sources from Git.Sharlatan Hellseher
* gnu/packages/astronomy.scm (missfits)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: missfits: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (missfits)[arguments]: Add CPPFLAGS to pass build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: eye: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (eye)[description]: Use @acronym{} and @dfn{}.
2023-07-02gnu: eye: Fetch sources from Git.Sharlatan Hellseher
* gnu/packages/astronomy.scm (eye)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: eye: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (eye)[arguments]: Add #:configure-flags to build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: swarp: Update to 2.41.5.Sharlatan Hellseher
* gnu/packages/astronomy.scm (swarp): Update to 2.41.5. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add automake, autoconf, libtool, and pkg-config. [inputs]: Add cfitsio. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: weightwatcher: Fetch sources from Git.Sharlatan Hellseher
They were removed from the home page. * gnu/packages/astronomy.scm (weightwatcher)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: weightwatcher: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (weightwatcher)[arguments]: Add #:configure-flags to build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: wcslib: Download source over HTTPS.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (wcslib)[source]: Use HTTPS.
2023-07-02gnu: wcslib: Update to 8.1.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (wcslib): Update to 8.1.
2023-07-03gnu: Add python-gatspy.Navid Afkhami
* gnu/packages/bioinformatics.scm (python-gatspy): New variable.
2023-07-03gnu: Add python-astroml.Ricardo Wurmus
* gnu/packages/astronomy.scm (python-astroml): New variable.
2023-06-14gnu: Add python-jwst.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-jwst): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stcal.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stcal): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-drizzle.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-drizzle): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-wiimatch.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-wiimatch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-bayesicfitting.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-bayesicfitting): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stpipe.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stpipe): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stdatamodels.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stdatamodels): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-crds.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-crds): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stsynphot.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stsynphot): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-synphot.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-synphot): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-tweakwcs.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-tweakwcs): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stsci-stimage.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stsci-stimage): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stsci-imagestats.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stsci-imagestats): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stsci-image.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stsci-image): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-roman-datamodels.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-roman-datamodels): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-rad.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-rad): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-pysynphot.Sharlatan Hellseher
* gnp/packages/astronomy.scm (python-pysynphot): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-12gnu: gnuastro: Update to 0.20Andy Tai
* gnu/packages/astronomy.scm (gnuastro: Update to 0.20 Signed-off-by: Christopher Baines <mail@cbaines.net>