-
Notifications
You must be signed in to change notification settings - Fork 42
Issue precompiling version 3.11.2 #235
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
Comments
Which Julia version is this? The currently released version of LinearMaps.jl is 3.11.3, not 3.11.2. With v3.11.3, I can't reproduce on v1.6, v1.10 and v1.11-rc. Could you please show the output of |
@dkarrasch Sorry I should have added my versioninfo. I am using julia> versioninfo()
Julia Version 1.10.4
Commit 48d4fd48430 (2024-06-04 10:41 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 32 × Intel(R) Xeon(R) Gold 6244 CPU @ 3.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, cascadelake)
Threads: 1 default, 0 interactive, 1 GC (on 32 virtual cores) With a temporary environment there should be no comparability issues with other packages as there is a clean Project and Manifest. |
Is the issue persist with the currently released version? Or can this be closed? |
Hello,
I am trying to use the package manager to obtain the latest version of LinearMaps but am running into an issue with precompile. This is the error
when I explicitly grab v3.11.1 the code compiles fine.
Thanks!
The text was updated successfully, but these errors were encountered: