Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
265ddca3
Commit
265ddca3
authored
3 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/dynamic-graph-v3] add patch-aa
To fix standard issues in dependent packages
parent
24860088
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dynamic-graph-v3/Makefile
+1
-0
1 addition, 0 deletions
dynamic-graph-v3/Makefile
dynamic-graph-v3/distinfo
+1
-0
1 addition, 0 deletions
dynamic-graph-v3/distinfo
dynamic-graph-v3/patches/patch-aa
+11
-0
11 additions, 0 deletions
dynamic-graph-v3/patches/patch-aa
with
13 additions
and
0 deletions
dynamic-graph-v3/Makefile
+
1
−
0
View file @
265ddca3
...
...
@@ -5,6 +5,7 @@
ORG
=
stack-of-tasks
NAME
=
dynamic-graph
VERSION
=
4.4.0
PKGREVISION
=
1
PKGNAME
=
${
NAME
}
-v3-
${
VERSION
}
...
...
This diff is collapsed.
Click to expand it.
dynamic-graph-v3/distinfo
+
1
−
0
View file @
265ddca3
SHA1 (dynamic-graph-4.4.0.tar.gz) = 513e048b06d162ca8933632d7d81e0d936888420
RMD160 (dynamic-graph-4.4.0.tar.gz) = 3f97557effc6d8f4cb09c8a62c4b9b807266f4a8
Size (dynamic-graph-4.4.0.tar.gz) = 1359515 bytes
SHA1 (patch-aa) = d497ea964365903f0456bbfcc5cfa8229828f631
This diff is collapsed.
Click to expand it.
dynamic-graph-v3/patches/patch-aa
0 → 100644
+
11
−
0
View file @
265ddca3
--- CMakeLists.txt.orig 2021-08-18 15:21:21.000000000 +0200
+++ CMakeLists.txt 2021-08-18 21:54:56.024659596 +0200
@@ -25,7 +25,7 @@
# Project definition
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
-CHECK_MINIMAL_CXX_STANDARD(11 ENFORCE)
+CHECK_MINIMAL_CXX_STANDARD(14 ENFORCE)
INCLUDE(cmake/pthread.cmake) # needs to be included after the CXX definition
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