Skip to content

The package no longer work on Julia LTS because of PrecompileTools compat #80

@franckgaga

Description

@franckgaga

Hello,

By adding PrecompileTools as a new dependency, a compat bound of the package was automatically added at the current stable version of it, corresponding to v1.3.3. But PrecompileTools.jl v1.3 only supports Julia v1.12. This means that we cannot install LinearMPC.jl on Julia <v1.12.

To correct this, you need to change the compat bound of PrecompileTools.jl to v1.2 and run your tests with this version of PrecompileTools. If you want to do this quickly locally, you can install lts with juliaup, set it as the default version and run LinearMPC.jl tests with Pkg.test(). It will run your tests with PrecompileTools v1.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions