summaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
Commit message (Collapse)AuthorAge
* gnu: wcslib: Mark up description.Tobias Geerinckx-Rice2018-01-10
| | | | * gnu/packages/astronomy.scm (wcslib)[description]: Define ‘FITS’. Use @dfn.
* gnu: wcslib: Update to 5.18.Tobias Geerinckx-Rice2018-01-10
| | | | * gnu/packages/astronomy.scm (wcslib): Update to 5.18.
* gnu: stellarium: Update to 0.17.0.Kei Kebreau2018-01-05
| | | | | | | | * gnu/packages/astronomy.scm (stellarium): Update to 0.17.0. [source]: Use new upstream URL. [arguments]: Adjust #:test-target; add #:configure-flags to locate the qtserialport header files and enable the building of tests; remove 'patch-tests' phase.
* gnu: gnuastro: Update to 0.5.Leo Famulari2017-12-24
| | | | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.5. [inputs]: Use the latest libjpeg. [arguments]: Remove an obselete option from #:configure-flags.
* gnu: gnuastro: Update to 0.4.Tobias Geerinckx-Rice2017-09-20
| | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.4.
* gnu: wcslib: Use HTTPS home page.Tobias Geerinckx-Rice2017-09-20
| | | | * gnu/packages/astronomy.scm (wcslib)[home-page]: Use HTTPS.
* gnu: wcslib: Update to 5.17.Tobias Geerinckx-Rice2017-09-20
| | | | * gnu/packages/astronomy.scm (wcslib): Update to 5.17.
* gnu: stellarium: Update to 0.16.0.Danny Milosavljevic2017-06-26
| | | | | | * gnu/packages/astronomy.scm (stellarium)[inputs]: Add qtlocation. [arguments]: Remove "patch-version-check" phase. Add "patch-tests" phase.
* gnu: gnuastro: Enable "----enable-bin-op-alltypes".Danny Milosavljevic2017-06-24
| | | | | | | * gnu/packages/astronomy.scm (gnuastro)[arguments]: Enable "--enable-bin-op-alltypes". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: stellarium: Update to 0.15.2.Danny Milosavljevic2017-06-12
| | | | * gnu/packages/astronomy.scm (stellarium): Update to 0.15.2.
* gnu: stellarium: Fix build with Qt 5.9.Danny Milosavljevic2017-06-12
| | | | | * gnu/packages/astronomy.scm (stellarium)[arguments]: Add phase "patch-version-check".
* gnu: gnuastro: Update to 0.3.Ludovic Courtès2017-06-08
| | | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.3. Adjust as suggested by 'guix lint'.
* gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
* gnu: Add comments on why setting QT_QPA_PLATFORM for tests.Hartmut Goebel2017-03-20
| | | | | | | | | | | * gnu/packages/astronomy.scm (stellarium): Add comment. * gnu/packages/display-managers.scm (greenisland): dito. * gnu/packages/kde-frameworks.scm (kguiaddons, kwidgetsaddons, kcompletion, baloo, kbookmarks, kconfigwidgtes, kdesignerplugin, kemoticons, kglobalaccel, kiconthemes, kio, knewstuff, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kxmlgui, plasma-framework): dito. * gnu/packages/qt.scm (qtsvg): dito.
* gnu: stellarium: Use modular Qt.Danny Milosavljevic2017-03-04
| | | | | | * gnu/packages/astronomy.scm (stellarium)[inputs]: Remove qt. Add qtbase, qtmultimedia, qtscript, qtserialport. [native-inputs]: Add qtbase, qttools.
* gnu: stellarium: Fix package formatting.Danny Milosavljevic2017-03-03
| | | | * gnu/packages/astronomy.scm (stellarium): Fix package formatting.
* gnu: Merge the two stellaria into one.John Darrington2017-03-02
| | | | | * gnu/packages/astronomy.scm (stellaruim): Merge details from stellarium-0.14. * gnu/packages/education.scm (stellarium): Remove variable.
* gnu: Add stellarium.John Darrington2017-03-02
| | | | * gnu/packages/astronomy.scm (stellarium): New variable.
* gnu: wcslib: Update to 5.16.Tobias Geerinckx-Rice2017-01-15
| | | | * gnu/packages/astronomy.scm (wcslib): Update to 5.16.
* gnu: gnuastro: Update to 0.2.Efraim Flashner2016-10-08
| | | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.2. [home-page]: Use https.
* gnu: (cfitsio, wcslib): Change return values of custom phases.John Darrington2016-09-12
| | | | * gnu/packages/astronomy.scm (cfitsio, wcslib): Return #t from patch phases.
* gnu: wcslib: Correct formatting and grammar.John Darrington2016-08-31
| | | | | * gnu/packages/astronomy.scm (wcslib): Minor whitespace and grammatical changes.
* gnu: Add gnuastroJohn Darrington2016-08-31
| | | | * gnu/packages/astronomy.scm (gnuastro): New variable.
* gnu: Add wcslibJohn Darrington2016-08-31
| | | | * gnu/packages/astronomy.scm (wcslib): New variable.
* gnu: Add cfitsioJohn Darrington2016-08-31
* gnu/packages/astronomy.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.