me
/
guix
Archived
1
0
Fork 0
Commit Graph

125 Commits (22d9097b5e34dc6648522ea1554f36f61f39b5f1)

Author SHA1 Message Date
Ludovic Courtès fd530e5706
gnu: gpredict: Build with '-O2'.
* gnu/packages/astronomy.scm (gpredict)[arguments]: Pass "-O2 -g".
2021-11-25 15:09:23 +01:00
Ricardo Wurmus 823e855bd0
gnu: python-jplephem: Use ADD-INSTALLED-PYTHONPATH.
* gnu/packages/astronomy.scm (python-jplephem)[arguments]: Use
ADD-INSTALLED-PYTHONPATH instead of setting PYTHONPATH directly; run tests
conditionally.
2021-11-22 18:00:55 +01:00
Ludovic Courtès 3a317f7476
Merge branch 'master' into core-updates-frozen 2021-11-17 23:43:14 +01:00
Greg Hogan 459d7cfbc4
gnu: fmt: Update to 8.0.1.
* gnu/packages/pretty-print.scm (fmt): Update to 8.0.1,
(fmt-7): New variable.
* gnu/packages/astronomy.scm (celestia)[inputs],
gnu/packages/kodi.scm (kodi)[inputs],
gnu/packages/lua.scm (emilua)[inputs]: Change to fmt-7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-14 00:10:58 +01:00
Tobias Geerinckx-Rice d71bd56a8c
gnu: python-jplephem: Update to 2.16.
* gnu/packages/astronomy.scm (python-jplephem): Update to 2.16.
2021-11-08 23:00:56 +01:00
Sharlatan Hellseher 9371cf2138
gnu: Add python-astropy.
This patch was co-authored with Vinicius Monego.

* gnu/packages/astronomy.scm (python-astropy): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-08 10:05:04 +02:00
Vinicius Monego a168679509
gnu: python-pyerfa: Adjust inputs.
* gnu/packages/astronomy.scm (python-pyerfa)[inputs]: Move python-numpy to ...
[propagated-inputs]: ... here.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-08 10:05:04 +02:00
Mathieu Othacehe e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates 2021-10-18 14:37:26 +00:00
Tobias Geerinckx-Rice 473ea161a1
gnu: indi: Update to 1.9.2.
* gnu/packages/astronomy.scm (indi): Update to 1.9.2.
2021-10-17 23:38:59 +02:00
Mathieu Othacehe a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen. 2021-10-12 17:46:23 +00:00
Efraim Flashner b224cf8a0d
gnu: gnuastro: Update to 0.16.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.16.
2021-10-12 08:26:04 +03:00
Konrad Hinsen 61cd529f74
gnu: Add python-fitsio.
* gnu/packages/astronomy.scm (python-fitsio): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-04 16:36:59 +02:00
Raghav Gururajan 50e0fa19f0
gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2.
* gnu/packages/gtk.scm (gtkmm)[version]: Update to 4.2.0.
[arguments](meson): New argument.
[native-inputs]: Add glib:bin.
[propagated-inputs]: Replace gtk+ with gtk.
(gtkmm-3): New variable.
(gtkmm-2)[arguments]: Strip certain inherited arguments.
* gnu/packages/animation.scm (synfigstudio)[inputs]: Switch to gtkmm-3.
* gnu/packages/astronomy.scm (stackistry)[inputs]: Ditto.
* gnu/packages/audio.scm (guitarix)[inputs]: Ditto.
* gnu/packages/disk.scm (parted)[inputs]: Ditto.
* gnu/packages/gnome.scm (gnome-system-monitor)[inputs]: Ditto.
(workrave)[inputs]: Ditto.
(gnote)[inputs]: Ditto.
* gnu/packages/gobby.scm (gobby)[inputs]: Ditto.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Ditto.
* gnu/packages/mail.scm (astroid)[inputs]: Ditto.
* gnu/packages/mate.scm (mate-system-monitor)[inputs]: Ditto.
* gnu/packages/music.scm (tascam-gtk)[inputs]: Ditto.
* gnu/packages/photo.scm (rawtherapee)[inputs]: Ditto.
* gnu/packages/pulseaudio.scm (pavucontrol)[inputs]: Ditto.
(paprefs)[inputs]: Ditto.
* gnu/packages/text-editors.scm (jucipp)[inputs]: Ditto.
* gnu/packages/wm.scm (waybar)[inputs]: Ditto.
2021-10-02 10:54:13 +00:00
Guillaume Le Vaillant bd8013ab33
gnu: gpredict: Fix building with gcc 10.
* gnu/packages/astronomy.scm (gpredict)[arguments]: Pass '-fcommon' to CFLAGS.
2021-09-10 09:35:51 +02:00
Tobias Geerinckx-Rice 55d2103369
gnu: stellarium: Update to 0.21.1.
* gnu/packages/astronomy.scm (stellarium): Update to 0.21.1.
2021-06-28 18:04:14 +02:00
Tobias Geerinckx-Rice 25fd40f540
gnu: indi: Update to 1.9.1.
* gnu/packages/astronomy.scm (indi): Update to 1.9.1.
2021-06-28 18:04:14 +02:00
Maxim Cournoyer ea0a51071e
gnu: Rename qtbase to qtbase-5.
This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Efraim Flashner 221141ca70
gnu: gnuastro: Update to 0.15.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.15.
2021-05-31 09:44:47 +03:00
Guillaume Le Vaillant d1b1e21ded
gnu: Add sgp4.
* gnu/packages/astronomy.scm (sgp4): New variable.
2021-05-07 18:16:59 +02:00
Tobias Geerinckx-Rice a49a007328
gnu: indi: Stop returning #t from phases.
* gnu/packages/astronomy.scm (indi)[arguments]: Remove #t phase return values.
2021-05-04 15:40:33 +02:00
Tobias Geerinckx-Rice 9a40c1d5bb
gnu: indi: Respect #:tests?.
* gnu/packages/astronomy.scm (indi)[arguments]: Respect #:tests? in the
'check phase.
2021-05-04 15:40:33 +02:00
Tobias Geerinckx-Rice 7f540e3ce0
gnu: indi: Check slightly more functionally.
* gnu/packages/astronomy.scm (indi)[arguments]: Substitute
WITH-DIRECTORY-EXCURSION for double CHDIR.
2021-05-04 15:40:33 +02:00
Tobias Geerinckx-Rice ead465a312
gnu: indi: Update to 1.9.0.
* gnu/packages/astronomy.scm (indi): Update to 1.9.0.
2021-05-04 15:40:32 +02:00
Tobias Geerinckx-Rice 71a4e26093
gnu: python-asdf: Update to 2.7.4.
* gnu/packages/astronomy.scm (python-asdf): Update to 2.7.4.
2021-05-03 22:27:30 +02:00
Tobias Geerinckx-Rice bb9e77b544
gnu: python-skyfield: Match up input and variable names.
* gnu/packages/astronomy.scm (python-skyfield)[inputs]: Add "python-"
prefix to alist keys.
2021-04-27 12:26:19 +02:00
Tobias Geerinckx-Rice 6cf85268af
gnu: python-skyfield: Update to 1.39.
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.39.
2021-04-27 12:26:19 +02:00
Tobias Geerinckx-Rice f063e411c0
gnu: python-pyerfa: Update to 1.7.3.
* gnu/packages/astronomy.scm (python-pyerfa): Update to 1.7.3.
2021-04-27 12:26:19 +02:00
Tobias Geerinckx-Rice 50ad53c711
gnu: python-skyfield: Update to 1.38.
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.38.
2021-04-11 18:07:40 +02:00
Tobias Geerinckx-Rice 4869a509d1
gnu: erfa: Mark up description.
* gnu/packages/astronomy.scm (erfa)[description]: Add all the @acronym{}s.
2021-04-10 14:11:25 +02:00
Tobias Geerinckx-Rice fef8bc470c
gnu: erfa: Update to 1.7.3.
* gnu/packages/astronomy.scm (erfa): Update to 1.7.3.
2021-04-10 14:11:25 +02:00
Tobias Geerinckx-Rice ba1030be40
gnu: stellarium: Update to 0.21.0.
* gnu/packages/astronomy.scm (stellarium): Update to 0.21.0.
2021-04-09 18:29:10 +02:00
Tobias Geerinckx-Rice 5229d56db0
gnu: wcslib: Update to 7.5.
* gnu/packages/astronomy.scm (wcslib): Update to 7.5.
2021-03-21 15:36:07 +01:00
Tobias Geerinckx-Rice b94d4e6a1d
gnu: indi: Update to 1.8.9.
* gnu/packages/astronomy.scm (indi): Update to 1.8.9.
2021-03-04 17:07:47 +01:00
Nicolas Goaziou f63b3eae42
gnu: python-asdf: Use HTTPS home page URI.
* gnu/packages/astronomy.scm (python-asdf)[home-page]: Use HTTPS URI.
2021-02-28 11:23:00 +01:00
Sharlatan Hellseher f498823e78
gnu: Add asdf (Advanced Scientific Data Format)
* gnu/packages/astronomy.scm (python-asdf): New variable

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-21 01:07:41 +01:00
Sharlatan Hellseher 5afcd25464
gnu: wcslib: Update to 7.4
* gnu/packages/astronomy.scm (wcslib): Update to 7.4

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-21 01:05:49 +01:00
Sharlatan Hellseher 19e081138b
gnu: Add stackistry.
* gnu/packages/astronomy.scm (stackistry): New variable.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-19 11:05:34 +01:00
Sharlatan Hellseher 87530f7b4d
gnu: Add libskry.
* gnu/packages/astronomy.scm (libskry): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-19 11:05:34 +01:00
Sharlatan Hellseher d6996fa052
gnu: Add python-astroalign.
* gnu/packages/astronomy.scm (python-astroalign): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-19 11:05:34 +01:00
Sharlatan Hellseher d1bd22b9fb
gnu: Add python-sep.
* gnu/packages/astronomy.scm (python-sep): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-19 11:05:33 +01:00
Sharlatan Hellseher 56ec8d6281
gnu: Add python-pyerfa.
* gnu/packages/astronomy.scm (python-pyerfa): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-19 11:05:33 +01:00
Sharlatan Hellseher 4fac8b8f9b
gnu: Add erfa.
* gnu/packages/astronomy.scm (erfa): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-19 11:05:33 +01:00
Sharlatan Hellseher c1563fc116
gnu: Add qfits.
* gnu/packages/astronomy.scm (qfits): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-19 11:05:33 +01:00
Sharlatan Hellseher 8fa76b836d
gnu: Add python-skyfield.
* gnu/packages/astronomy.scm (python-skyfield): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-19 11:05:33 +01:00
Sharlatan Hellseher 35d13a9099
gnu: Add jplephem
* gnu/packages/astronomy.scm (python-jplephem): New variable

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-07 10:20:52 +01:00
Sharlatan Hellseher ae416e852a
gnu: Add indi.
* gnu/packages/astronomy.scm (indi): New variable.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-31 11:42:36 +01:00
Sharlatan Hellseher a80d489227
gnu: Add weightwatcher.
* gnu/packages/astronomy.scm (weightwatcher): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-29 11:11:13 +01:00
Sharlatan Hellseher fe058ffb53
gnu: Add swarp.
* gnu/packages/astronomy.scm (swarp): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-29 11:03:40 +01:00
Sharlatan Hellseher c21ad767d4
gnu: Add stuff.
* gnu/packages/astronomy.scm (stuff): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-29 10:54:17 +01:00
Sharlatan Hellseher 33648567dd
gnu: Add skymaker.
* gnu/packages/astronomy.scm (skymaker): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-28 13:43:49 +01:00