-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
ERROR: LoadError: UndefVarError: undefmatrix not defined #157
Comments
I can also reproduce it locally: julia> using Pkg; Pkg.activate(temp = true); Pkg.add(["NonlinearSolve", "Trixi"])
...
[8913a72c] + NonlinearSolve v1.4.0
[a7f1ee26] + Trixi v0.5.12
...
Precompiling project...
✗ NonlinearSolve
73 dependencies successfully precompiled in 185 seconds (92 already precompiled)
1 dependency errored. To see a full report either run `import Pkg; Pkg.precompile()` or load the package
# same stacktrace as above |
It looks like this would be fixed by ArrayInterface.jl v6.0.24 or v6.0.25 - but we cannot update because StrideArrays.jl is not updated to Static.jl v0.8: julia> using Pkg; Pkg.activate(temp = true); Pkg.add([
PackageSpec(name = "NonlinearSolve"),
PackageSpec(name = "ArrayInterface", version = v"6.0.24"),
PackageSpec(name = "Trixi", version = v"0.5.12")])
Activating new project at `/tmp/jl_GENCBl`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Static [aedffcd0]:
Static [aedffcd0] log:
├─possible versions are: 0.1.0-0.8.4 or uninstalled
├─restricted by compatibility requirements with ArrayInterface [4fba245c] to versions: 0.8.0-0.8.4
│ └─ArrayInterface [4fba245c] log:
│ ├─possible versions are: 0.0.1-7.1.0 or uninstalled
│ └─restricted to versions 6.0.24 by an explicit requirement, leaving only versions 6.0.24
└─restricted by compatibility requirements with StrideArrays [d1fa6d79] to versions: [0.3.0-0.4.1, 0.6.0-0.7.8] — no versions left
└─StrideArrays [d1fa6d79] log:
├─possible versions are: 0.1.0-0.1.23 or uninstalled
├─restricted by julia compatibility requirements to versions: 0.1.0-0.1.21 or uninstalled
├─restricted by compatibility requirements with ArrayInterface [4fba245c] to versions: 0.1.17-0.1.23 or uninstalled, leaving only versions: 0.1.17-0.1.21 or uninstalled
│ └─ArrayInterface [4fba245c] log: see above
└─restricted by compatibility requirements with Trixi [a7f1ee26] to versions: 0.1.18-0.1.23, leaving only versions: 0.1.18-0.1.21
└─Trixi [a7f1ee26] log:
├─possible versions are: 0.1.0-0.5.12 or uninstalled
└─restricted to versions 0.5.12 by an explicit requirement, leaving only versions 0.5.12
|
Yes it looks like we needed to have a higher bound than just 6. We can yank the release with v6 and make that have a lower bound of v6.0.24 |
That would be great, thanks! |
ChrisRackauckas
added a commit
to JuliaRegistries/General
that referenced
this issue
Feb 25, 2023
ChrisRackauckas
added a commit
to JuliaRegistries/General
that referenced
this issue
Feb 25, 2023
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We get the following error in our CI runs:
See https://github.com/trixi-framework/Trixi2Vtk.jl/actions/runs/4253970904/jobs/7399566972#step:6:476
This CI run uses Julia v1.7.
The text was updated successfully, but these errors were encountered: