Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
christianhauschel opened this issue Jun 21, 2024 · 0 comments

Comments

@christianhauschel
Copy link

christianhauschel commented Jun 21, 2024

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", 
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant