-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
precompile issue #303
Comments
Try doing |
I'm using the 1.7 nightly
…On Tue, Apr 6, 2021 at 3:05 AM Christopher Rackauckas < ***@***.***> wrote:
Try doing ]build Sundials again. Looks like it may have not downloaded.
Why such an old version? Are you on Julia v.1.6?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#303 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7QUTBMDT23HQ45C7C2BALTHLMHHANCNFSM42N6GA4A>
.
|
If you're using the nightly it's on you to debug it. That could be a BB issue or something. |
BB?
…On Tue, Apr 6, 2021 at 1:29 PM Christopher Rackauckas < ***@***.***> wrote:
Closed #303 <#303>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#303 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7QUTHHB2EYRTQV7AVBYMTTHNVMPANCNFSM42N6GA4A>
.
|
BinaryBuilder. I am not sure whether BinaryProvider.jl is updated for v1.7. But again, v1.7 is only for people developing the packages so I assume that if you're using it you're likely debugging these packages. Otherwise, use the stable release. |
Hi, @ChrisRackauckas. I ran Julia v1.6.1 on MACOS 10.15 and tried to precompile DifferentialEquations, but failed due to LoadError of Sundials. The message is
I am sure how to solve this. Can I precompile Sundials using a local file? What do you suggest? Rollback to a previous version?
|
What CPU? |
@integzz can you create a new project and add Your error mentions an inability to load
|
@integzz could you please paste the output here, quoting it in triple backquotes
? Screenshots are not very useful. That said, the problem is that you're loading a libsuitesparseconfig from somewhere else. Do you have the environment variable ENV["DYLD_FALLBACK_LIBRARY_PATH"] |
I am truly sorry. I have reinstalled Julia from Homebrew Cask instead of the previous binary version (from Homebrew core, compiled by cmake, llvm and gcc). Currently, the error has disappeared. And I don't want to reproduce it. The error was raised, because the SuiteSparse has a higher version. I think the brew manifest needs to be added some constraints to guarantee a right version of every dependency. |
Yep, that looks like the issue! For the record, we highly recommend using the official https://julialang.org binaries, they will have all the dependency versions set to work properly. :) |
Fantastic. |
Running julia nightly on MACOS 10.15, but that's using a download of the official nightly binaries.
]add DifferentialEquations
gave this issue when it got to precompiling Sundials:The text was updated successfully, but these errors were encountered: