Skip to content

Commit

Permalink
[mc-rtc] Update patch to apply on latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed May 22, 2023
1 parent f256424 commit 205702f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ports/mc-rtc/skip-doxygen-rb-generation.patch
@@ -1,5 +1,5 @@
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 8d66832a1..f82e5fb96 100644
index 1874c9ab1..c06af2af7 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -3,7 +3,6 @@
Expand All @@ -8,5 +8,5 @@ index 8d66832a1..f82e5fb96 100644
set(JSON_DOC_INSTALL ${CMAKE_INSTALL_DOCDIR}/json)
-configure_file(_plugins/doxygen.rb.in "${CMAKE_CURRENT_SOURCE_DIR}/_plugins/doxygen.rb")

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/_data/schemas
DESTINATION ${JSON_DOC_INSTALL}
install(
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/_data/schemas
3 changes: 2 additions & 1 deletion ports/mc-rtc/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "mc-rtc",
"version-string": "2.5.0",
"port-version": 1,
"homepage": "https://github.com/jrl-umi3218/mc_rtc",
"description": "mc_rtc is an interface for simulated and real robotic systems suitable for real-time control. It provides programmers with a simple interface to build versatile controllers as well as a set of tools to help with the development of said controllers",
"dependencies": [
Expand All @@ -17,4 +18,4 @@
"state-observation",
"tvm"
]
}
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Expand Up @@ -18,7 +18,7 @@
},
"mc-rtc": {
"baseline": "2.5.0",
"port-version": 0
"port-version": 1
},
"mc-rtc-data": {
"baseline": "1.0.6",
Expand Down Expand Up @@ -53,4 +53,4 @@
"port-version": 0
}
}
}
}
7 changes: 6 additions & 1 deletion versions/m-/mc-rtc.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"version": "2.5.0",
"port-version": 1,
"git-tree": "6d7fa02241b51316d89aebf7763ce8bca533bcf7"
},
{
"version": "2.5.0",
"port-version": 0,
Expand Down Expand Up @@ -69,4 +74,4 @@
"git-tree": "cd6400537b573c4442aedd67acda87035b6b0592"
}
]
}
}

0 comments on commit 205702f

Please sign in to comment.