Skip to content
GitLab
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
bfde3252
Commit
bfde3252
authored
Dec 08, 2020
by
Filippo Rusconi
Browse files
Preparing version 0.4.16-1.
parent
a2105f39
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bfde3252
...
...
@@ -6,6 +6,11 @@
CMAKE_MINIMUM_REQUIRED
(
VERSION 3.0
)
PROJECT
(
xtpcpp CXX
)
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"16"
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
set
(
VERSION 0.4.16
)
# Add folder where are supportive functions
set
(
CMAKE_UTILS_PATH
${
CMAKE_SOURCE_DIR
}
/CMakeStuff
)
...
...
@@ -127,7 +132,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.1
1
"
)
set
(
LIBPAPPSOMSPP_VERSION
"0.8.1
3
"
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/debian/control.cmake
${
CMAKE_SOURCE_DIR
}
/debian/control @ONLY
)
...
...
@@ -135,12 +140,6 @@ set(SOFTWARE_NAME "X!TandemPipeline")
set
(
BUILD_SYSTEM_NAME
"
${
CMAKE_SYSTEM
}
"
)
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"15"
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
set
(
VERSION
${
XTPCPP_VERSION
}
)
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
# standard install location
if
(
CMAKE_INSTALL_PREFIX
)
...
...
debian/changelog
View file @
bfde3252
xtpcpp (0.4.16-1) unstable; urgency=low
* New version that requires libpappsomspp 0.8.13.
-- Filippo Rusconi <lopippo@debian.org> Tue, 08 Dec 2020 20:48:29 +0100
xtpcpp (0.4.15-1) buster; urgency=medium
* little fix concerning masschroq binary file path
...
...
debian/control
View file @
bfde3252
...
...
@@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.18.25),
cmake (>= 3.12),
qtbase5-dev,
libpappsomspp-dev (>= 0.8.1
1
),
libpappsomspp-widget-dev (>= 0.8.1
1
),
libpappsomspp-dev (>= 0.8.1
3
),
libpappsomspp-widget-dev (>= 0.8.1
3
),
libodsstream-dev,
libqt5svg5-dev,
libqcustomplot-dev,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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