-
Notifications
You must be signed in to change notification settings - Fork 644
Closed
Description
Recently the SLICOT library has been updated to v5.8 and the corresponding SLICOT_jll has been generated by courtesy of Ralph Smith. I uploaded the package and it works fine locally with Julia 1.7.2. However, running some CI tests, I got complaints of version incompatibility (see below) (e.g., on Julia ^1.8.0-0 - ubuntu-latest - x64 )
Run julia --color=yes --project=@. -e 'using Pkg; if VERSION >= v"1.1.0-rc1"; Pkg.build(verbose=true); else Pkg.build(); end'
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
ERROR: Unsatisfiable requirements detected for package libblastrampoline_jll [8e850b90]:
libblastrampoline_jll [8e850b90] log:
├─possible versions are: 5.1.0 or uninstalled
└─found to have no compatible versions left with SLICOT_jll [545525a2]
I am not sure what this means, but looking to compatibilities of SLICOT_jll, there is
libblastrampoline_jll = "3.0.4"
I wonder if this covers all later versions (e.g., 5.1.0 mentioned above).
Note that with with Julia 1.7.3 the tests run correctly!
Metadata
Metadata
Assignees
Labels
No labels