summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
AgeCommit message (Collapse)Author
2022-09-02gnu: qgis: Update to 3.26.2.Guillaume Le Vaillant
* gnu/packages/geo.scm (qgis): Update to 3.26.2. [native-inputs]: Add python-pyqt-builder. [inputs]: Add bash-minimal and zstd:lib. [arguments]: Update 'configure-pyqt5-sip-path' and 'check' phases. Remove trailing booleans.
2022-08-28gnu: gnome-maps: Update to 42.2.Marius Bakke
* gnu/packages/geo.scm (gnome-maps): Update to 42.2. [inputs]: Change from LIBGWEATHER to LIBGWEATHER4.
2022-08-17gnu: gdal: Update to 3.5.1.Nikolay Korotkiy
* gnu/packages/geo.scm (gdal): Update to 3.5.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17gnu: python-maxminddb: Update to 2.2.0.Nikolay Korotkiy
* gnu/packages/geo.scm (python-maxminddb): Update to 2.2.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17gnu: libmaxminddb: Update to 1.6.0.Nikolay Korotkiy
* gnu/packages/geo.scm (libmaxminddb): Update to 1.6.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17gnu: geos: Update to 3.11.0.Nikolay Korotkiy
* gnu/packages/geo.scm (geos): Update to 3.11.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17gnu: osm2pgsql: Update to 1.7.0.Nikolay Korotkiy
* gnu/packages/geo.scm (osm2pgsql): Update to 1.7.0. [source]: Update snippet. [inputs]: Add fmt and rapidjson. [arguments]: Update 'configure-flags'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer
Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer
Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer
Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer
This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-07-18gnu: qgis: Disable failing tests.Felix Gruber
* gnu/packages/geo.scm (qgis)[arguments]: Disable tests that fail after upgrading geos to 3.10.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18gnu: saga: Update to 8.2.1.Felix Gruber
* gnu/packages/geo.scm (saga): Update to 8.2.1. [build-system]: Use cmake-build-system. [arguments]: Set tests? to #f as there are no tests. Add phase for changing into saga-gis directory which contains the actual source code. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18gnu: geos: Update to 3.10.2.Felix Gruber
* gnu/packages/geo.scm (geos): Update to 3.10.2. [build-system]: Use cmake-build-system. [arguments]: Remove trailing #t in 'patch-test-shebangs phase. [homepage]: Change to https://libgeos.org/. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18gnu: grass: Update to 7.8.7.Felix Gruber
* gnu/packages/geo.scm (grass): Update to 7.8.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18gnu: libgeotiff: Update to 1.7.1.Felix Gruber
* gnu/packages/geo.scm (libgeotiff): Update to 1.7.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13gnu: mapnik: Update to 3.1.0.Maxim Cournoyer
The build still fails, but hopefully it gets us closer. * gnu/packages/geo.scm (mapnik): Update to 3.1.0.
2022-07-08gnu: gdal: Use cmake-build-system.Felix Gruber
Gdal declared its configure script as deprecated with the release of version 3.5 and is planning to deprecate it with release 3.6 which is scheduled for November 2022. * gnu/packages/geo.scm (gdal)[build-system]: Use cmake-build-system. [arguments]: Remove configure flags for library search paths; they are found automatically by cmake now. Add -DGDAL_USE_INTERNAL_LIBS=WHEN_NO_EXTERNAL and -DGDAL_USE_JPEG12_INTERNAL=OFF to get approximately the same results as with the old configure script. [inputs]: Remove pcre. Add pcre2 and qhull.
2022-07-03gnu: Add Climate Data Operators.r0man
* gnu/packages/geo.scm (cdo): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-06-25gnu: geo: Fix copyright line.Guillaume Le Vaillant
This is a follow-up to d4c8e8b62fb9ef59e203e97cbb9bfa9e83389199. * gnu/packages/geo.scm: Fix copyright line for Roman Scherer.
2022-06-25gnu: qgis: Disable a failing test.Guillaume Le Vaillant
* gnu/packages/geo.scm (qgis)[arguments]: Add "PyQgsRasterResampler" to the list of disabled tests.
2022-06-25gnu: postgis: Fix build with gdal 3.5.0.Guillaume Le Vaillant
* gnu/packages/geo.scm (postgis)[inputs]: Add openssl.
2022-06-25gnu: gdal: Update to 3.5.0.Roman Scherer
* gnu/packages/geo.scm (gdal): Update to 3.5.0. [inputs]: Add curl and openssl. [arguments]: Remove 'fix-path' phase. Add "--without-jpeg12" to 'configure-flags'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-14gnu: gplates: Update to 2.3.01-beta.3.Marius Bakke
* gnu/packages/geo.scm (gplates): Update to 2.3.01-beta.3. [source](uri): Adjust for beta releases. [source](file-name): Adjust for zipball. [native-inputs]: Add UNZIP. [inputs]: Simplify.
2022-06-01gnu: Add python-osmnxFelix Gruber
* gnu/packages/geo.scm (python-osmnx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-01gnu: python-rtree: Update to 1.0.0.Felix Gruber
* gnu/packages/geo.scm (python-rtree): Update to 1.0.0. [arguments]: Fix 'find-libspatialindex phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-21gnu: python-geopandas: Fix build.Felix Gruber
* gnu/packages/geo.scm (python-geopandas)[arguments]: Disable broken tests. Re-enable test_fillna_no_op_returns_copy which does not fail anymore. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-25gnu: postgis: Update to 3.2.1.Felix Gruber
* gnu/packages/geo.scm (postgis): Update to 3.2.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-16gnu: opencpn: Update to 5.6.0.Guillaume Le Vaillant
* gnu/packages/geo.scm (opencpn): Update to 5.6.0. [inputs]: Add alsa-utils, eudev, jasper, libjpeg-turbo and libusb.
2022-03-09gnu: Add osmium-tool.Nikolay Korotkiy
* gnu/packages/geo.scm (osmium-tool): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-09gnu: libosmium: Update to 2.18.0.Nikolay Korotkiy
* gnu/packages/geo.scm (libosmium): Update to 2.18.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-25gnu: QGIS: Build without QtWebKit.Leo Famulari
See <https://issues.guix.gnu.org/53289> and <https://issues.guix.gnu.org/53512> for more information about this change. * gnu/packages/geo.scm (qgis)[inputs]: Remove qtwebkit. [arguments]: Pass "-DWITH_QTWEBKIT=NO" to #:configure-flags. Make the custom 'check' phase honor TESTS?. Skip even more failing tests.
2022-01-19gnu: python-fiona: Fix build.Guillaume Le Vaillant
* gnu/packages/geo.scm (python-fiona)[arguments]: In 'check' phase, set GDAL_ENABLE_DEPRECATED_DRIVER_GTM and disable a test.
2022-01-19gnu: grass: Update to 7.8.6.Guillaume Le Vaillant
* gnu/packages/geo.scm (grass): Update to 7.8.6.
2022-01-19gnu: gdal: Update to 3.3.3.Guillaume Le Vaillant
* gnu/packages/geo.scm (gdal): Update to 3.3.3.
2022-01-17Merge branch 'version-1.4.0'Maxim Cournoyer
With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
2022-01-10gnu: Remove meson-0.59 workarounds.Maxim Cournoyer
Mostly automated with the following command: $ grep --include='*.scm' '#:meson ,meson-0.59' -rl \ | xargs sed -z 's/#:meson[^\n]*\s*//' -i * gnu/packages/freedesktop.scm (malcontent) (accountsservice): Delete #:meson argument. * gnu/packages/games.scm (gnome-2048): Likewise. * gnu/packages/geo.scm (gnome-maps): Likewise. * gnu/packages/gnome.scm (gnome-photos, gnome-music) (gnome-initial-setup, gnome-user-share, gnome-characters) (gnome-disk-utility, gnome-font-viewer, evince, glade3) (gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp) (totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit) (network-manager-applet, gnome-control-center, gnome-shell, nautilus) (gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb) (gitg, polari, gnome-boxes, gtranslator): Likewise. * gnu/packages/gtk.scm: (gtkmm-3): Likewise. * gnu/packages/pdf.scm (zathura): Likewise. * gnu/packages/photo.scm (entangle): Likewise. * gnu/packages/video.scm (pitivi): Likewise. * gnu/packages/virtualization.scm (libvirt-glib): Likewise.
2022-01-15gnu: python-geopandas: Update to 0.10.2.Felix Gruber
* gnu/packages/geo.scm (python-geopandas): Update to 0.10.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-11gnu: josm: Update to 18360.Julien Lepiller
* gnu/packages/geo.scm (josm): Update to 18360.
2021-12-27gnu: proj: Fix version number in CMake build scripts.Nikolay Korotkiy
* gnu/packages/geo.scm (proj)[arguments]: Add a 'fix-version' build phase. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-27gnu: qmapshack: Update to 1.16.1.Nikolay Korotkiy
* gnu/packages/geo.scm (qmapshack): Update to 1.16.1. [inputs]: Replace quazip-0 with quazip. [arguments]: Remove custom patching in the 'fix-cmake-modules' build phase. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-26gnu: postgis: Update to 3.2.0.Felix Gruber
* gnu/packages/geo.scm (postgis): Update to 3.2.0. [inputs]: Use new simplified format. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-16gnu: josm: Update to 18303.Nikolay Korotkiy
* gnu/packages/geo.scm (josm): Update to 18303. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-12-16gnu: libosmium: Update to 2.17.2.Nikolay Korotkiy
* gnu/packages/geo.scm (libosmium): Update to 2.17.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-12-16gnu: imposm3: Update to 0.11.1.Nikolay Korotkiy
* gnu/packages/geo.scm (imposm3): Update to 0.11.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-12-15gnu: Add openorienteering-mapper.Nikolay Korotkiy
* gnu/packages/geo.scm (openorienteering-mapper): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-10gnu: gnome-maps: Upgrade to 41.2.Vivien Kraus
* gnu/packages/geo.scm (gnome-maps): Upgrade to 41.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>