Skip to content

Fix/macos installation #47

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RafaelPalomar
Copy link
Contributor

No description provided.

@RafaelPalomar RafaelPalomar marked this pull request as draft April 8, 2025 14:08
@RafaelPalomar RafaelPalomar marked this pull request as ready for review April 10, 2025 11:43
@RafaelPalomar RafaelPalomar requested review from pieper and jcfr and removed request for pieper April 10, 2025 11:45
@RafaelPalomar
Copy link
Contributor Author

@pieper, @jcfr I wonder if you could give this a try on Mac? This PR seems to solve the issue with #45, but then I get a python error which could be related to the way I'm building Slicer on Mac (I'm still fresh on that).

Rafael Palomar added 2 commits April 29, 2025 13:46
ENH: Fix MacOS paths

WIP: Simplify installation of Sofa libraries

WIP: Include default plugins list
@RafaelPalomar RafaelPalomar force-pushed the fix/macos-installation branch from a2197ef to c12c741 Compare April 29, 2025 11:46
@@ -37,6 +37,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${SUPERBUILD_TOPLEVEL_PROJECT}_USE_SYSTEM_${p
-DCMAKE_CXX_STANDARD:STRING=${CMAKE_CXX_STANDARD}
-DCMAKE_CXX_STANDARD_REQUIRED:BOOL=${CMAKE_CXX_STANDARD_REQUIRED}
-DCMAKE_CXX_EXTENSIONS:BOOL=${CMAKE_CXX_EXTENSIONS}
-DCMAKE_OSX_ARCHITECTURES:STRING=${CMAKE_OSX_ARCHITECTURES}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this should not be required, instead consider adding ${${proj}_EP_ARGS} to all external project like it is done here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants