Skip to content

Installation issue on Julia 1.12 #68

@arokem

Description

@arokem

As advised in the README, I am running:

julia --project=@decaes -e 'import Pkg; Pkg.add("DECAES"); Pkg.build("DECAES")'

where:

$ julia --version
julia version 1.12.1

I am seeing this:

The following 1 direct dependency failed to precompile:

DECAES 

Failed to precompile DECAES [d84fb938-a666-558e-89d9-d531edc6724f] to "/Users/arokem/.julia/compiled/v1.12/DECAES/jl_1KrMOY".
ERROR: LoadError: UndefVarError: `EPGWork_ReIm_DualVector_Split_Dynamic` not defined in `DECAES`
Suggestion: define the const at top-level before running function that uses it (stricter Julia v1.12+ rule).

This is fixed when I downgrade to julia 1.9

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