-
Notifications
You must be signed in to change notification settings - Fork 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
Detect external libiconv and make libiconv and git non-buildable on macOS #710
Detect external libiconv and make libiconv and git non-buildable on macOS #710
Conversation
…ackages.yaml, make git and libiconv non-buildable
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.
Thanks for this update! Tested jedi-bundle on my Mac with this build. All expected tests passed.
Thanks @srherbener. I got the following ctest failures for jedi-bundle when using Rosetta2 x86_64. I think these are expected.
Also, on the same machine using the native arch64 build, I got the following ctest failures (expected?):
I'll go ahead and merge the spack PR. |
@climbfuji your list of test failures on the ARM based Mac looks like the one I get. I have one additional test failure on my Mac: ufo_test_tier1_test_ufo_function_orbitangle_ssmis which is due to a breech of a tolerance limit on a floating point value check. |
Summary
Detect external libiconv and make libiconv and git non-buildable on macOS. This addresses the issue mentioned in #672 (comment).
Making git and libiconv non-buildable on macOS avoids running these commands manually as users.
Testing
Tested on my macOS laptop.
Applications affected
n/a
Systems affected
macOS systems
Dependencies
Issue(s) addressed
See #672 (comment)
Checklist