-
Notifications
You must be signed in to change notification settings - Fork 114
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
Sierra indigo issue73 #74
Closed
Closed
Changes from 4 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
622c54a
Five fixes for compiling indigo with Sierra 10.12 and XCode 8.1.
lloydc99 d97f72d
Add some switches for sierra and indigo.
lloydc99 c3d3c9c
Re-use sierra if
lloydc99 f2b7cfa
Figure out version for matplotlib link.
lloydc99 96405c2
Fork cartr's qt4 formula and add a bottle.
lloydc99 2d72816
Debug info for Sierra actions.
lloydc99 ae396ea
Invert version string comparison.
lloydc99 3265c06
Revert pyqt skip logic and add Xcode8.1 test to Travis
lloydc99 cd8a413
Fix typo in travis config.
lloydc99 371b30a
Mis-read diff, skip is not required for non-sierra. Fixed qt deps.
lloydc99 3dc7d97
Tap my repo copy instead of installing one piece.
lloydc99 39924e8
Add custom qt for 10.11 and remove cache for travis.
lloydc99 a2722e5
Add El Capitan bottles.
f9971ad
Try with all the bottles now.
lloydc99 0708517
Change to supported version.
lloydc99 91603ea
Try to remove f2py cruft in travis bulid and only rebuild the failing…
lloydc99 6b48342
Remove with prejudice
lloydc99 0a39a2f
Try this fix from homebrew simulation to deal with long build times.
lloydc99 c15b1d9
See if new bottles fix some travis errors.
lloydc99 d9b46af
Explicitly use cartr/qt4 and custom simulation.
lloydc99 b300e5a
Fix spurious c++ include in /usr/local
lloydc99 a00351c
Try a smaller build.
lloydc99 5aadb70
Clean up deps for reorged repos.
lloydc99 f0e9564
Add custom repo for gazebo, remove ros comm patch.
lloydc99 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My preference would be to handle this via a rosdep override, if possible.
@wjwwood Is rosdep able to tell apart different versions of OS X the way it can different versions of Ubuntu?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing you mean putting the brew in a rosdep.
I think I still need the SKIP_KEYS.
Would you want to switch the rosdep override based on osx version here in the script?