-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Update CSL to eliminate dependence on clock_gettime()
#40499
Conversation
@jaakkor2 can you please try building this branch and see if it fixes the issues for you? |
No go with https://julialangnightlies-s3.julialang.org/assert_pretesting/mac/x64/1.7/julia-6d68004366-mac64.dmg .
|
@jaakkor2 can you try replacing your |
|
I copied quadmath to
|
6d68004
to
ca539b3
Compare
@jaakkor2 can you please try this branch again? You can use either a |
No go, still problem with
|
And when I copy the libgfortran.5.dylib from above, I still get problem with
|
Our compiler support libraries had been incorrectly built to use symbols available only in macOS 10.12+; this update correctly configures them to not use `clock_gettime()` and `mkostemp`.
ca539b3
to
359d5e9
Compare
@jaakkor2 once more into the breach: https://s3.amazonaws.com/julialangnightlies/assert_pretesting/mac/x64/1.7/julia-359d5e95ca-mac64.dmg |
Success, thank you @staticfloat
This is OS X El Capitan 10.11.6. |
) * Update SuiteSparse checksums to include `aarch64-apple-darwin` * Update CSL to eliminate dependence on newer macOS support functions Our compiler support libraries had been incorrectly built to use symbols available only in macOS 10.12+; this update correctly configures them to not use `clock_gettime()` and `mkostemp`.
) * Update SuiteSparse checksums to include `aarch64-apple-darwin` * Update CSL to eliminate dependence on newer macOS support functions Our compiler support libraries had been incorrectly built to use symbols available only in macOS 10.12+; this update correctly configures them to not use `clock_gettime()` and `mkostemp`.
) * Update SuiteSparse checksums to include `aarch64-apple-darwin` * Update CSL to eliminate dependence on newer macOS support functions Our compiler support libraries had been incorrectly built to use symbols available only in macOS 10.12+; this update correctly configures them to not use `clock_gettime()` and `mkostemp`.
) * Update SuiteSparse checksums to include `aarch64-apple-darwin` * Update CSL to eliminate dependence on newer macOS support functions Our compiler support libraries had been incorrectly built to use symbols available only in macOS 10.12+; this update correctly configures them to not use `clock_gettime()` and `mkostemp`.
This should fix JuliaLang/LinearAlgebra.jl#836