byuflowlab / FLOWExaFMM.jl

Julia wrapper of ExaFMM with modifications for a vortex solver
4 stars 3 forks source link

Julia v1.10 version of "Exa" not possible to compile with package compiler #16

Open christianhauschel opened 2 months ago

christianhauschel commented 2 months ago

I previously had the FLOWExaFMM version for Julia 1.8 and I could build it (I built all of FLOWUnsteady) using PackageCompiler.

Now, with the version compatible with Julia v1.10.2, it does not seem to work

Example

using PackageCompiler

create_sysimage(
    [
        "FLOWExaFMM",
    ];
    sysimage_path="image.so", 
)