-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[gazebo] fix gazebo linux dependency #24969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 9 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
2edc4ee
fix pkgconf for linux
talregev 66e829c
Fix dependency ogre
aa79376
add port libtar
c4e7c38
remove unnecessary dependencies
64559fd
version
7f59993
Fix freeimage
1f2be0b
Add dependency freeimage
bf46d3b
Re-fix dependency freeimage
fd9b1d9
Add dependency simbody on non-Windows
f9d49bb
Fix dependency simbody
560c29e
Merge branch 'master' of https://github.com/microsoft/vcpkg into TalR…
6ce4a85
Merge branch 'master' of https://github.com/microsoft/vcpkg into TalR…
db22d08
Fix dependency simdbody and protobuf
27669ab
Fix build type
247eea0
Add dependency opengl for tool gazebo
f1fb243
Add support value !linux temporary
954941b
versopm
f1eb05e
fix pkgconf for linux
talregev cdc066a
Fix dependency ogre
d0cea5b
add port libtar
3e1225f
remove unnecessary dependencies
5a1341a
version
5f7ca2c
Fix freeimage
3d822c4
Add dependency freeimage
4f6e799
Re-fix dependency freeimage
1694553
Add dependency simbody on non-Windows
3f01142
Fix dependency simbody
8e3db63
Fix dependency simdbody and protobuf
d1bba35
Fix build type
2c10644
Add dependency opengl for tool gazebo
513c471
Add support value !linux temporary
5995a55
versopm
5f2216f
fix libtar vcpkg.json file.
talregev 7dc9f7f
Fix gazebo version
talregev ca66961
fix opengl def
talregev 6aa9b5a
Merge branch 'TalR/fix_gazebo' of https://github.com/talregev/vcpkg i…
f8e8342
Merge branch 'master' of https://github.com/microsoft/vcpkg into TalR…
487219f
Update
efcda83
Merge branch 'master' of https://github.com/microsoft/vcpkg into TalR…
30902c2
Remove supports expression
9c81851
Fix find dependencies using pkgconfig
f44ae79
fix libtar description
talregev 38c0aa1
Fix test and plugin
93128d8
./vcpkg x-add-version --all --overwrite-version
talregev aa120cb
fix freeimage dependency
talregev feb8d37
revert fix freeimage dependency
talregev 278c5f2
Add feature tools, re-generate patches, fix feature tool condition
fbcb869
Merge branch 'master' of https://github.com/microsoft/vcpkg into TalR…
489ea98
Merge branch 'master' into TalR/fix_gazebo
JackBoosY 7f42da1
Merge branch 'master' into TalR/fix_gazebo
talregev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| vcpkg_from_git( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| URL https://repo.or.cz/libtar.git | ||
| REF 50dcdd27a33444b974d940ed5f225a2444e5aeba | ||
| ) | ||
|
|
||
| vcpkg_configure_make( | ||
| SOURCE_PATH "${SOURCE_PATH}" | ||
| ) | ||
|
|
||
| vcpkg_install_make() | ||
|
|
||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share") | ||
|
|
||
| file(INSTALL "${SOURCE_PATH}/COPYRIGHT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name": "libtar", | ||
| "version": "1.2.20", | ||
| "description": "TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.", | ||
| "homepage": "https://github.com/laurikari/tre", | ||
| "license": "ICU", | ||
| "supports": "!windows" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "versions": [ | ||
| { | ||
| "git-tree": "a5593040e54dad7cd9a5b276ce458e6a435fb0b9", | ||
| "version": "1.2.20", | ||
| "port-version": 0 | ||
| } | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.