Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
i2MassChroQ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
PAPPSO
i2MassChroQ
Commits
25a5e37a
Commit
25a5e37a
authored
6 years ago
by
Langella Olivier
Browse files
Options
Downloads
Patches
Plain Diff
xtpcpp (0.2.15-1) stretch
parent
1e37c639
No related branches found
Branches containing commit
Tags
xtpcpp_0.2.17-1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
win64/work.cmake
+3
-3
3 additions, 3 deletions
win64/work.cmake
with
12 additions
and
5 deletions
CMakeLists.txt
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
7
−
0
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
...
...
This diff is collapsed.
Click to expand it.
win64/work.cmake
+
3
−
3
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment