Skip to content
Snippets Groups Projects
Commit 650b9423 authored by Rainer Hurling's avatar Rainer Hurling
Browse files

math/saga: Update to 9.7.0

Release with several new features, tool updates, and bugfixes to
Clipper2, PostGIS raster, 3D View Panel, Proj, clipboard, Python ...

Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.7.0/attachment/changelog_saga_9.7.0.txt

Reported by:	portscout, Repology
parent 60cc3e88
No related branches found
No related tags found
No related merge requests found
PORTNAME= saga
PORTVERSION= 9.6.3
PORTVERSION= 9.7.0
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
......@@ -35,7 +35,7 @@ DOS2UNIX_GLOB= *.cpp *.h
USE_LDCONFIG= yes
USE_WX= 3.2+
GIT_TAGNAME= 812b8bc89
GIT_TAGNAME= c7dbb2788
CMAKE_ARGS= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h
CMAKE_ON= CMAKE_VERBOSE_MAKEFILE
......@@ -89,7 +89,7 @@ post-patch:
${WRKSRC}/src/saga_core/saga_gui/CMakeLists.txt \
${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp
@${REINPLACE_CMD} -e 's|-lgomp|-lomp|' \
${WRKSRC}/src/accessories/templates/template4saga-tools/my_tool_library/Makefile
${WRKSRC}/src/saga_core/saga_api/saga_api_to_python.py
post-install:
${MKDIR} ${STAGEDIR}${DATADIR}
......
TIMESTAMP = 1734455441
SHA256 (saga-9.6.3.tar.gz) = c98b7ef7e96d9ce74801c1ed1087364f6706ee4e9b35ae2a43b24d7117f4b70d
SIZE (saga-9.6.3.tar.gz) = 9803827
TIMESTAMP = 1734465058
SHA256 (saga-9.7.0.tar.gz) = c148f44ef6682fff66882c159377988a5617a9cce46e0b12b42adb280a1ebb1c
SIZE (saga-9.7.0.tar.gz) = 9851336
--- CMakeLists.txt.orig 2023-03-29 11:00:39 UTC
--- CMakeLists.txt.orig 2024-11-13 13:14:04 UTC
+++ CMakeLists.txt
@@ -26,6 +26,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON CACHE STRING "Th
set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ standard to be used")
......@@ -8,6 +8,6 @@
+set(COMPILER "${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}")
+add_definitions(-DCOMPILER="${COMPILER}")
+
# Platform dependant compiler requirements
# Platform dependent compiler requirements
if(MSVC)
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE)
......@@ -253,7 +253,6 @@ share/pixmaps/saga.png
%%DATADIR%%/saga_srs_preferences.txt
%%DATADIR%%/saga_tip.txt
%%DATADIR%%/templates/template4saga-tools/my_tool_library/CMakeLists.txt
%%DATADIR%%/templates/template4saga-tools/my_tool_library/Makefile
%%DATADIR%%/templates/template4saga-tools/my_tool_library/TLB_Interface.cpp
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool.cpp
%%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment