FFTW3 library

gilles.degottex's Avatar

gilles.degottex

31 May, 2015 05:08 PM

Hi,

Would it be possible to have the FFTW3 library available ?

Pre-built can be found here:
http://www.fftw.org/install/windows.html

Cheers,
Gilles

  1. Support Staff 1 Posted by Feodor Fitsner on 31 May, 2015 09:24 PM

    Feodor Fitsner's Avatar

    Hi Gilles,

    I see that library is a zip. You can download it and unpack during the build using 2-line script.

  2. 2 Posted by gilles.degottex on 31 May, 2015 11:51 PM

    gilles.degottex's Avatar

    Great, dwl and extraction are working.

    for MSVC compilation, where can I find the lib tool for generating .lib files from .def files ?

  3. Support Staff 3 Posted by Feodor Fitsner on 01 Jun, 2015 02:07 AM

    Feodor Fitsner's Avatar

    What's that tool?

  4. 4 Posted by gilles.degottex on 01 Jun, 2015 01:35 PM

    gilles.degottex's Avatar

    https://msdn.microsoft.com/en-us/library/7ykb2k5f.aspx

    You need this when the library is compiled using MinGW and you need to link it with MSVC object files. In this case, you need to convert .def files (generated by MinGW) (describing dll exports) into .lib files, which are necessary for linking with MSVC.

  5. Support Staff 5 Posted by Feodor Fitsner on 01 Jun, 2015 04:38 PM

    Feodor Fitsner's Avatar

    Activate Visual Studio command prompt by calling this batch in, say, "Install script" or "Before build script":

    "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
    

    and lib.exe will become available.

  6. 6 Posted by gilles.degottex on 01 Jun, 2015 04:43 PM

    gilles.degottex's Avatar

    Awesome!

  7. gilles.degottex closed this discussion on 11 Jul, 2015 02:34 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac