[Insight-users] How can I determine FFTW routines available in my ITK installation ?

Jakub Bican jakub.bican at matfyz.cz
Fri Nov 30 05:28:20 EST 2007


Hi,

on Windows (my main platform):
    FFTW_INCLUDE points to folder in which fftw3.h is located
    all other options ( *_LIB ) points to fftw3.lib

on Linux (i use it just for multiplatform testing and i think i had to build
FFTW on my own):
    FFTW_INCLUDE:           /usr/local/include
    FFTWD_LIB:                  /usr/lib/libfftw3.so.3
    FFTWD_THREADS_LIB: /usr/lib/libfftw3_threads.so.3
    FFTWF_LIB:                  /usr/lib/libfftw3f.so.3
    FFTWF_THREADS_LIB: /usr/lib/libfftw3f_threads.so.3

I hope this helps you,

        Jakub


2007/11/28, Cem DEMiRKIR <cdemirkir at gmail.com>:
>
>  Hi,
>     Thanks for your reply. Do you know what the FFTW library configuration
> options in CMake correponds to which library files ? That is
>
> FFTW_INCLUDE : Is this the root directory of FFTW ?
> FFTWD_LIB : is this libfftw.lib ?
> FFTW_THREADS_LIB : is this libfftw_sse2.lib ?
> FFTWF_LIB : is this libfftwf.lib ?
> FFTWD_THREADS_LIB : libfftwf_sse.lib ?
>
> Regards
> Cem DEMiRKIR
>
>
>  ------------------------------
> *From:* jakub.bican at gmail.com [mailto:jakub.bican at gmail.com] *On Behalf Of
> *Kuba Bican
> *Sent:* Wednesday, November 28, 2007 8:08 PM
> *To:* Cem DEMiRKIR
> *Cc:* ITK Mailing List
> *Subject:* Re: [Insight-users] How can I determine FFTW routines available
> in my ITK installation ?
>
> Hi
>
> first, you should have fftw library available on your computer. You must
> download it separately from ITK.
>
> During CMAKE configuration of ITK project, you should turn on USE_FFTWD
> and/or USE_FFTWF options and afterwards set FFTW_INCLUDE_PATH, FFTWD_LIB,
> FFTW_THREADS_LIB, FFTWF_LIB and FFTWD_THREADS_LIB paths.
>
> Regards,
>
>         Jakub
>
>
> 2007/11/27, Cem DEMiRKIR <cdemirkir at gmail.com>:
> >
> >  Hello everyone
> >     How can I determine FFTW library routines available in my ITK
> > installation ?
> >
> >     Sincerely
> >     Cem DEMiRKIR
> >
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users at itk.org
> > http://www.itk.org/mailman/listinfo/insight-users
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20071130/9dc0293a/attachment.html


More information about the Insight-users mailing list