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
d654f7f4
Commit
d654f7f4
authored
9 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[soth] Bump version 2.0.1
parent
457df779
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
soth/Makefile
+1
-1
1 addition, 1 deletion
soth/Makefile
soth/distinfo
+3
-4
3 additions, 4 deletions
soth/distinfo
soth/patches/patch-aa
+0
-14
0 additions, 14 deletions
soth/patches/patch-aa
with
4 additions
and
19 deletions
soth/Makefile
+
1
−
1
View file @
d654f7f4
...
...
@@ -4,7 +4,7 @@
PKGNAME
=
soth-
${
VERSION
}
DISTNAME
=
soth-
${
VERSION
}
VERSION
=
2.0.
0
VERSION
=
2.0.
1
PKGREVISION
=
1
MASTER_SITES
=
${
MASTER_SITE_OPENROBOTS:
=
soth/
}
...
...
This diff is collapsed.
Click to expand it.
soth/distinfo
+
3
−
4
View file @
d654f7f4
SHA1 (soth-2.0.0.tar.gz) = 6aaa8e14ac9c11402ae0641a178a2a7bf85dd888
RMD160 (soth-2.0.0.tar.gz) = 66fc0e933512f54863cee8576d80c97605657e2a
Size (soth-2.0.0.tar.gz) = 294241 bytes
SHA1 (patch-aa) = 90840b521a98fde5eab0aa1cdd45aeda65d1b719
SHA1 (soth-2.0.1.tar.gz) = 02a0b81cc433138408cbb061656485025b77574c
RMD160 (soth-2.0.1.tar.gz) = def3ce111a2aa91caba70f42e3d80040c5a4cd7b
Size (soth-2.0.1.tar.gz) = 966989 bytes
This diff is collapsed.
Click to expand it.
soth/patches/patch-aa
deleted
100644 → 0
+
0
−
14
View file @
457df779
Use cmake's idea of the "make" program, so that it can be tuned by robotpkg
https://github.com/jrl-umi3218/jrl-cmakemodules/issues/34
--- cmake/doxygen.cmake.orig 2014-11-03 09:57:26.447333000 +0100
+++ cmake/doxygen.cmake 2014-11-03 09:58:55.447207000 +0100
@@ -66,7 +66,7 @@
COMMENT "Generating Doxygen documentation"
)
- INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${MAKE} doc)")
+ INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${CMAKE_MAKE_PROGRAM} doc)")
ENDIF(MSVC)
ADD_CUSTOM_COMMAND(
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