-
Notifications
You must be signed in to change notification settings - Fork 12
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
Misdetection of endianness in Rosetta; opportunistic linking to OpenBLAS #48
Comments
One of tests fail then:
|
It is still broken: it does not find Rblas, does not find Accelerate, but finds – if OpenBLAS is deactivated – Altas instead:
|
@wrathematics @snoweye Could this be fixed? Ideally there should be a configure option, not a random choice of a script. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detection of endianness is broken in Rosetta (
ppc
is Big-endian):In addition, it does not find
Accelerate
(with which R is built), but instead opportunistically links toOpenBLAS
(generally undesirable behavior on older macOS).The text was updated successfully, but these errors were encountered: