opensim-core
opensim-core copied to clipboard
build on osx-11
Fixes issue #3289
Brief summary of changes
Add block for macos-11 in ci xml file
Testing I've completed
Looking for feedback on...
CHANGELOG.md (choose one)
- no need to update because...
- updated.
@carmichaelong I added a build script option for mac osx 11 on ci since 10.15 will be retired soon, but I'm having build problem with Clang 13. What version did you use on your M1? I may upgrade my old macbook to BigSur/11 to test but will have no way back to test 10.15. Thanks
I'm on OSX 12.4 with Clang 13.1.6.13160021. So I'm a little behind on minor OSX versions right now.
@carmichaelong For your review, adding a block to build on osx 11 since 10.15 is soon to be retired. Had to disable one new warning due to clang upgrade that was breaking the build initially and would require more involved code changes.
While the build on osx-11 succeeds, there are problems with RPATH of gcc libraries that show at runtime post install as described by @carmichaelong here https://github.com/opensim-org/opensim-gui/pull/1387
I'll merge this since it only affects ci by adding osx11 build, and will allow us to test the fix to #3334