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
8cf7c5e8
Commit
8cf7c5e8
authored
Oct 08, 2020
by
Langella Olivier
Browse files
xtpcpp (0.4.5-1) buster
parent
f4202a1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8cf7c5e8
...
...
@@ -126,7 +126,7 @@ endif( CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo" )
message
(
STATUS
"
${
BoldYellow
}
CMAKE_BUILD_TYPE:
${
CMAKE_BUILD_TYPE
}
.
${
ColourReset
}
"
)
#depending on libpappsomspp version :
set
(
LIBPAPPSOMSPP_VERSION
"0.8.
2
"
)
set
(
LIBPAPPSOMSPP_VERSION
"0.8.
4
"
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/debian/control.cmake
${
CMAKE_SOURCE_DIR
}
/debian/control @ONLY
)
...
...
@@ -136,9 +136,9 @@ set(BUILD_SYSTEM_NAME "${CMAKE_SYSTEM}")
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"
4
"
)
set
(
XTPCPP_VERSION_PATCH
"
5
"
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
set
(
VERSION
0.4.4
)
set
(
VERSION
${
XTPCPP_VERSION
}
)
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
# standard install location
...
...
debian/changelog
View file @
8cf7c5e8
xtpcpp (0.4.5-1) buster; urgency=medium
* alginment GUI stuff
* timstof support
-- Olivier Langella <olivier.langella@u-psud.fr> Thu, 08 Oct 2020 11:35:20 +0200
xtpcpp (0.4.4-6) buster; urgency=medium
* new fix for issue #31
...
...
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