[Git][debian-gis-team/saga][master] Add fix for saga_cmd which was not finding modules

Johan Van de Wauw (@johanvdw-guest) gitlab at salsa.debian.org
Mon May 30 16:11:13 BST 2022



Johan Van de Wauw pushed to branch master at Debian GIS Project / saga


Commits:
94b3aae5 by Johan Van de Wauw at 2022-05-30T17:11:05+02:00
Add fix for saga_cmd which was not finding modules

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/fix_module_path.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+saga (8.2.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Add fix for saga_cmd which was not finding modules
+
+ -- Johan Van de Wauw <johan at gisky.be>  Mon, 30 May 2022 17:10:55 +0200
+
 saga (8.2.1+dfsg-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/fix_module_path.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fix search path for modules
+Author: Johan Van de Wauw <johan at gisky.be>
+
+--- a/saga-gis/src/saga_core/CMakeLists.txt
++++ b/saga-gis/src/saga_core/CMakeLists.txt
+@@ -2,7 +2,7 @@ message(STATUS "folder: saga_core")
+ 
+ if(NOT MSVC) # unix like systems
+ 	# define lib and share path for saga_cmd and saga_gui
+-	set(MTOOLSPATH "TOOLS_PATH=\"${CMAKE_INSTALL_PREFIX}/lib/saga\"")
++    set(MTOOLSPATH "TOOLS_PATH=\"${CMAKE_INSTALL_FULL_LIBDIR}/saga\"")
+ 	set(MSHAREPATH "SHARE_PATH=\"${CMAKE_INSTALL_PREFIX}/share/saga\"")
+ endif()
+ 


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 multiarch_cmake.patch
 imagery_svm.patch
 python_fix.patch
+fix_module_path.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/94b3aae52287b2ac27d66d8ce9ae39e151249baf

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/94b3aae52287b2ac27d66d8ce9ae39e151249baf
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20220530/42da3710/attachment.htm>


More information about the Pkg-grass-devel mailing list