Search Criteria
Package Details: saga-gis 9.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/saga-gis.git (read-only, click to copy) |
---|---|
Package Base: | saga-gis |
Description: | A Geographic Information System (GIS) software with immense capabilities for geodata processing and analysis. |
Upstream URL: | http://www.saga-gis.org |
Keywords: | GeoSpatial GIS |
Licenses: | GPL3, LGPL3 |
Submitter: | None |
Maintainer: | sptzmllr |
Last Packager: | sptzmllr |
Votes: | 17 |
Popularity: | 0.000409 |
First Submitted: | 2007-07-16 01:57 (UTC) |
Last Updated: | 2023-07-28 10:21 (UTC) |
Dependencies (15)
- gdal (gdal-hdf4, gdal-libkml, gdal-libkml-filegdb, gdal-ecw)
- libtiff (libtiff-git, libtiff-lerc)
- opencv (opencv2, opencv-cuda)
- pdal (pdal-git)
- proj (proj-git)
- unixodbc
- wxwidgets-gtk3 (wxwidgets3.0, wxwidgets-gtk3-git, wxwidgets-gtk3-light, wxwidgets-gtk3-wayland-perf)
- cmake (cmake-git) (make)
- libharu (optional)
- liblas (liblas-git) (optional)
- libsvm (libsvm-openmp) (optional)
- postgresql (postgresql-9.5, postgresql-9.4, postgresql-9.6, postgresql-11, postgresql-10, postgresql-12, postgresql-lts, postgresql-src, postgresql-git, postgresql-beta, postgresql13) (optional)
- python (python36, python32, python37, python39, python38, python310, python312) (optional)
- swig (swig-git) (optional)
- vigra (vigra-git) (optional)
Latest Comments
1 2 3 4 5 6 .. 11 Next › Last »
dtbaumann commented on 2023-09-06 17:53 (UTC)
For those using SAGA together with QGIS: SAGA nowadays comes with an Interface Creator for QGIS. To use it compile SAGA with
-DWITH_DEV_TOOLS:BOOL=ON
and run
saga_cmd dev_tools 7
There's a readme where to put the generated files. Works nicely with the saga_processing_nextgen plugin.
dobedobedo commented on 2023-07-22 06:12 (UTC)
@sptzmllr works now. Thanks for reporting the bug.
sptzmllr commented on 2023-07-15 21:20 (UTC)
@dobedobedo This error only occurs with the cuda (
opencv-cuda
) version ofopencv
. I reported a bug. Now you can either just useopencv
or wait untilopencv-cuda
is fixed.Slug commented on 2023-07-15 20:42 (UTC) (edited on 2023-07-15 20:43 (UTC) by Slug)
@sptzmllr No, I didn't have it ; I've just done a fresh re-installation of manjaro, and it didn't come installed by default.
I found it in the official repositories (core)
https://packages.manjaro.org/?query=base-devel
Thank you for your help, I appreciate it! It's now installed.
sptzmllr commented on 2023-07-15 20:19 (UTC)
@Slug Do you have the package
base-devel
installed? From a quick search it seems this errors occurs if no compiler is present.base-devel
will installautotools
,make
,gcc
etc.Slug commented on 2023-07-15 20:04 (UTC) (edited on 2023-07-15 20:05 (UTC) by Slug)
I had this error trying to build in manjaro 23.0.0
dobedobedo commented on 2023-07-12 05:42 (UTC)
Cannot build saga-gis due to incompatible cuda version:
sptzmllr commented on 2023-05-22 11:18 (UTC)
@gds506 Thanks for notifying me about the issue. But the downgrade from clipper 2 to clipper 1 is not a viable solution. The issue is connected this Bug and is fixed upstream. I backported a patch for 9.0.1.
gds506 commented on 2023-05-20 02:40 (UTC) (edited on 2023-05-20 02:40 (UTC) by gds506)
I had issues installing due to the C++ version cmake was using by default. It was conflicting with the "Clipper 2" requirements (C++ > 17) I fixed it changing the PKGBUILD cmake Clipper line to
1 2 3 4 5 6 .. 11 Next › Last »