Skip to content
Snippets Groups Projects
Commit 2e1aa3bb authored by Langella Olivier's avatar Langella Olivier
Browse files

pappsoms-tools (0.2.51-1) bookworm

parent 009303a7
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,18 @@ cmake_minimum_required(VERSION 3.0)
PROJECT(pappsomstools CXX)
#depending on libpappsomspp version :
SET(LIBPAPPSOMSPP_VERSION "0.9.21")
configure_file (${CMAKE_SOURCE_DIR}/debian/control.cmake ${CMAKE_SOURCE_DIR}/debian/control @ONLY)
SET(SOFTWARE_NAME "PAPPSOms-tools")
SET(PAPPSOMSTOOLS_VERSION_MAJOR "0")
SET(PAPPSOMSTOOLS_VERSION_MINOR "2")
SET(PAPPSOMSTOOLS_VERSION_PATCH "51")
SET(PAPPSOMSTOOLS_VERSION "${PAPPSOMSTOOLS_VERSION_MAJOR}.${PAPPSOMSTOOLS_VERSION_MINOR}.${PAPPSOMSTOOLS_VERSION_PATCH}")
# Add folder where are supportive functions
set(CMAKE_UTILS_PATH ${CMAKE_SOURCE_DIR}/CMakeStuff)
set(CMAKE_TOOLCHAINS_PATH ${CMAKE_UTILS_PATH}/toolchains)
......@@ -159,17 +171,6 @@ message(STATUS "${BoldYellow}CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}.${ColourReset
set(BUILD_SYSTEM_NAME "${CMAKE_SYSTEM}")
#depending on libpappsomspp version :
SET(LIBPAPPSOMSPP_VERSION "0.9.19")
configure_file (${CMAKE_SOURCE_DIR}/debian/control.cmake ${CMAKE_SOURCE_DIR}/debian/control @ONLY)
SET(SOFTWARE_NAME "PAPPSOms-tools")
SET(PAPPSOMSTOOLS_VERSION_MAJOR "0")
SET(PAPPSOMSTOOLS_VERSION_MINOR "2")
SET(PAPPSOMSTOOLS_VERSION_PATCH "50")
SET(PAPPSOMSTOOLS_VERSION "${PAPPSOMSTOOLS_VERSION_MAJOR}.${PAPPSOMSTOOLS_VERSION_MINOR}.${PAPPSOMSTOOLS_VERSION_PATCH}")
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
# standard install location
......
pappsoms-tools (0.2.51-1) bookworm; urgency=medium
* library update
-- Olivier Langella <olivier.langella@u-psud.fr> Tue, 30 Jan 2024 15:17:56 +0100
pappsoms-tools (0.2.50-1) bookworm; urgency=medium
* SpecGlobX integration
......
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