-
Notifications
You must be signed in to change notification settings - Fork 42
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
installation on Mac #28
Comments
Just my 2¢, but I always use this option on macOS so my cmake PR recommends it in the isce2 readme. https://github.com/isce-framework/isce2/pull/136/files#diff-04c6e90faac2675aa89e2176d2eec7d8R324-R329 |
Yep. Need it to circumvent the default framework. |
I got the
In case it matters, this is what I have for MacPorts:
|
I had to slightly change the Cmake command from:
CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=../install ../src/fringe
To the following to install the package on my Mac:
CXX=clang++ cmake -DCMAKE_FIND_FRAMEWORK=NEVER -DCMAKE_INSTALL_PREFIX=../install ../src/fringe
Before issuing a PR I wanted to make sure if others have experienced this?
@piyushrpt @yunjunz @yjzhenglamarmota
The text was updated successfully, but these errors were encountered: