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
36a2d323
Commit
36a2d323
authored
Dec 17, 2020
by
Langella Olivier
Browse files
xtpcpp (0.4.18-1~buster1) buster
parent
29a0d3fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
36a2d323
...
...
@@ -8,9 +8,12 @@ PROJECT(xtpcpp CXX)
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"1
7
"
)
set
(
XTPCPP_VERSION_PATCH
"1
8
"
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
set
(
VERSION 0.4.17
)
set
(
VERSION 0.4.18
)
#depending on libpappsomspp version :
set
(
LIBPAPPSOMSPP_VERSION
"0.8.14"
)
# Add folder where are supportive functions
set
(
CMAKE_UTILS_PATH
${
CMAKE_SOURCE_DIR
}
/CMakeStuff
)
...
...
@@ -131,8 +134,6 @@ 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.13"
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/debian/control.cmake
${
CMAKE_SOURCE_DIR
}
/debian/control @ONLY
)
...
...
debian/changelog
View file @
36a2d323
xtpcpp (0.4.18-1~buster1) buster; urgency=medium
* fix for issue https://forgemia.inra.fr/pappso/xtpcpp/-/issues/44
* use of latest PAPPSOms++ library 0.8.14
-- Olivier Langella <olivier.langella@u-psud.fr> Thu, 17 Dec 2020 10:41:20 +0100
xtpcpp (0.4.17-1~buster1) buster; urgency=medium
* buster package
...
...
debian/control
View file @
36a2d323
Source: xtpcpp
Section: science
Priority: optional
Maintainer:
The Debichem Group <debichem-devel@alioth-lists.debian.net
>
Maintainer:
Olivier Langella <olivier.langella@u-psud.fr
>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.18.25),
cmake (>= 3.12),
qtbase5-dev,
libpappsomspp-dev (>= 0.8.1
3
),
libpappsomspp-widget-dev (>= 0.8.1
3
),
libpappsomspp-dev (>= 0.8.1
4
),
libpappsomspp-widget-dev (>= 0.8.1
4
),
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