Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
xtpcpp
Commits
25a5e37a
Commit
25a5e37a
authored
May 16, 2018
by
Langella Olivier
Browse files
xtpcpp (0.2.15-1) stretch
parent
1e37c639
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
25a5e37a
...
...
@@ -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
"1
4
"
)
SET
(
XTPCPP_VERSION_PATCH
"1
5
"
)
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
...
...
debian/changelog
View file @
25a5e37a
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
...
...
win64/work.cmake
View file @
25a5e37a
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment