Skip to content

InitError and artifact folder #544

@bradcarman

Description

@bradcarman

I'm attempting to create an app that has FFTW.jl as a dependency (I'm using the latest version v1.4.5). I can see that the app folder contains a folder artifacts\b7dd1809d0626eac3bf6f97ba8ccfbb6cc63c509\bin\libfftw3-3.dll. But this file is not included in the bin folder. I'm assuming that libfftw3-3.dll should be placed in the bin folder. Is that correct? Or should the app be distributed with both the bin and artifacts folders?

Additionally, if I copy the libfftw3-3.dll file from the artifacts folder to the bin folder, I still end up getting an

InitError(mod=:FFTW_jll, error=ErrorException("Artifact "FFWT" wsa not installed correctly...

I'm assuming this is a bug with PackageCompiler, but maybe something is not correct with the FFTW.jl use of the Artifact system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions