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

xtpcpp (0.2.15-1) stretch

parent 1e37c639
No related branches found
Tags xtpcpp_0.2.17-1
No related merge requests found
......@@ -48,7 +48,7 @@ else ()
endif ()
#depending on libpappsomspp version :
SET(LIBPAPPSOMSPP_VERSION "0.3.4-1")
SET(LIBPAPPSOMSPP_VERSION "0.4.0-1")
configure_file (${CMAKE_SOURCE_DIR}/debian/control.cmake ${CMAKE_SOURCE_DIR}/debian/control @ONLY)
......@@ -56,7 +56,7 @@ SET(SOFTWARE_NAME "XTPcpp")
SET(XTPCPP_VERSION_MAJOR "0")
SET(XTPCPP_VERSION_MINOR "2")
SET(XTPCPP_VERSION_PATCH "14")
SET(XTPCPP_VERSION_PATCH "15")
SET(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}")
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
......
xtpcpp (0.2.15-1) stretch; urgency=medium
* new xic extractor API, spectral count export fallback, compar bug
fixed
-- Olivier Langella <olivier.langella@u-psud.fr> Wed, 16 May 2018 11:36:53 +0200
xtpcpp (0.2.14-2) stretch; urgency=medium
* avoid libodsstream bug in compar sheets
......
......@@ -2,9 +2,9 @@
# cd buildwin64
# cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../win64/work.cmake ..
set(ODSSTREAM_QT5_FOUND 1)
set(ODSSTREAM_INCLUDE_DIR "/home/langella/developpement/git/libodsstream/src")
set(ODSSTREAM_QT5_LIBRARY "/home/langella/developpement/git/libodsstream/cbuild/src/libodsstream-qt5.so")
#set(ODSSTREAM_QT5_FOUND 1)
#set(ODSSTREAM_INCLUDE_DIR "/home/langella/developpement/git/libodsstream/src")
#set(ODSSTREAM_QT5_LIBRARY "/home/langella/developpement/git/libodsstream/cbuild/src/libodsstream-qt5.so")
set(PAPPSOMSPP_QT5_FOUND 1)
set(PAPPSOMSPP_WIDGET_QT5_FOUND 1)
......
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