[vsipl++] [patch] more FFTW cleanup

Mark Mitchell mark at codesourcery.com
Wed Dec 21 22:52:26 UTC 2005


Nathan (Jasper) Myers wrote:
> Before I do, though, I wonder: should we really be $(INSTALL)ing 
> the libraries in $(libdir)/atlas and $(libdir)/fftw?  Shouldn't 
> they just go in $(libdir)?  

Yes, I think they should just go in libdir.

I also don't think we need the -csl suffix; if you want to use a
different libfftw.a, just put a -L option for that in your path before
the output from pkgconfig.  In fact, the -csl suffix might be dangerous;
if people were to have Makefiles that use -lfftw, they might get both
their FFTW and ours.

-- 
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery.com
(650) 331-3385 x713



More information about the vsipl++ mailing list