-
-
Notifications
You must be signed in to change notification settings - Fork 198
Description
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.