<br>
Hi, <br>
<br>
on Windows (my main platform): <br>
FFTW_INCLUDE points to folder in which fftw3.h is located<br>
all other options ( *_LIB ) points to fftw3.lib<br>
<br>
on Linux (i use it just for multiplatform testing and i think i had to build FFTW on my own):<br> FFTW_INCLUDE: /usr/local/include<br> FFTWD_LIB: /usr/lib/libfftw3.so.3<br>
FFTWD_THREADS_LIB: /usr/lib/libfftw3_threads.so.3<br>
FFTWF_LIB: /usr/lib/libfftw3f.so.3<br>
FFTWF_THREADS_LIB: /usr/lib/libfftw3f_threads.so.3<br>
<br>I hope this helps you,<br><br> Jakub<br><br><br><div><span class="gmail_quote">2007/11/28, Cem DEMiRKIR <<a href="mailto:cdemirkir@gmail.com">cdemirkir@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Hi,</font></span></div>
<div dir="ltr" align="left"><span> <font color="#0000ff" face="Arial" size="2">Thanks for your reply. Do you know what the FFTW
library configuration options in CMake correponds to which library files ? That
is </font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">FFTW_INCLUDE : Is this the root directory of FFTW
?</font></span></div>
<div dir="ltr" align="left"><span>FFTWD_LIB : is this
libfftw.lib ?</span></div>
<div dir="ltr" align="left"><span>FFTW_THREADS_LIB : is
this libfftw_sse2.lib ?</span></div>
<div dir="ltr" align="left"><span>FFTWF_LIB : is this
libfftwf.lib ?</span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"><font color="#000000" face="Times New Roman" size="3">FFTWD_THREADS_LIB</font> : libfftwf_sse.lib ?</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Regards</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Cem DEMiRKIR</font></span></div>
<div dir="ltr" align="left"><span></span> </div><br>
<div dir="ltr" align="left" lang="en-us">
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a href="mailto:jakub.bican@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jakub.bican@gmail.com</a>
[mailto:<a href="mailto:jakub.bican@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jakub.bican@gmail.com</a>] <b>On Behalf Of </b>Kuba Bican<br><b>Sent:</b>
Wednesday, November 28, 2007 8:08 PM<br><b>To:</b> Cem DEMiRKIR<br><b>Cc:</b>
ITK Mailing List<br><b>Subject:</b> Re: [Insight-users] How can I determine FFTW
routines available in my ITK installation ?<br></font><br></div><div><span class="e" id="q_11687af65aee9329_1">
<div></div>Hi<br><br>first, you should have fftw library available on your
computer. You must download it separately from ITK.<br><br>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.
<br><br>Regards,<br><br>
Jakub<br><br><br>
<div><span class="gmail_quote">2007/11/27, Cem DEMiRKIR <<a href="mailto:cdemirkir@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cdemirkir@gmail.com</a>>:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<div><font face="Arial" size="2"><span>Hello everyone</span></font></div>
<div><font face="Arial" size="2"><span> How can I determine FFTW
library routines available in my ITK installation ?</span></font></div>
<div><font face="Arial" size="2"><span></span></font> </div>
<div><font face="Arial" size="2"><span>
Sincerely</span></font></div>
<div><font face="Arial" size="2"><span> Cem
DEMiRKIR</span></font></div></div><br>_______________________________________________<br>Insight-users
mailing list<br><a href="mailto:Insight-users@itk.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.itk.org/mailman/listinfo/insight-users</a><br><br></blockquote></div><br></span></div></div>
</blockquote></div><br>