Skip to content
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

Issue precompiling version 3.11.2 #235

Open
kmp5VT opened this issue Aug 12, 2024 · 2 comments
Open

Issue precompiling version 3.11.2 #235

kmp5VT opened this issue Aug 12, 2024 · 2 comments

Comments

@kmp5VT
Copy link

kmp5VT commented Aug 12, 2024

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

julia> Pkg.activate(temp=true)
julia> Pkg.add("LinearMaps")
PkgPrecompileError: The following 1 direct dependency failed to precompile:

LinearMaps [7a12625a-238d-50fd-b39a-03d52299707e]

Error: Missing source file for LinearMaps [7a12625a-238d-50fd-b39a-03d52299707e

when I explicitly grab v3.11.1 the code compiles fine.

Thanks!

@dkarrasch
Copy link
Member

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 versioninfo()? Since you're installing into a temporary environment, there cannot be any compatibility issues with other packages, right?

@kmp5VT
Copy link
Author

kmp5VT commented Aug 12, 2024

@dkarrasch Sorry I should have added my versioninfo. I am using juliaup and have the release version of julia installed

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants