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
As advised in the README, I am running:
julia --project=@decaes -e 'import Pkg; Pkg.add("DECAES"); Pkg.build("DECAES")'where:
I am seeing this:
This is fixed when I downgrade to julia 1.9