![]() |
“The beast is actively interested only in now, and, as it is always now and always shall be, there is an eternity of time for the accomplishment of objects.” - the wisdom of Tarzan |
Kyng Chaos |
|
FFTW Build
version: 3.1.2 FFTW doesn't build universal without a lot of work. The problem is that it adds optimization flags per processor, even in a "portable" configuration, and -arch flags don't make a difference. Rather than spell out the whole mess, these instructions are for a single native architecture build. See the framework build script for all the gorey details. Note that fftw includes it's own copy of the blas library, the build script hacks the source to use the OSX copy of blas in the vecLib framework. Leopard, Tiger & PantherIn the fftw source folder: ./configure --enable-threads --enable-shared --disable-static \ --disable-dependency-tracking --disable-fortran --with-combined-threads make sudo make install |
| Copyright © 2004-2008 Kyng Chaos All trademarks and copyrights on this page are owned by their respective owners. |
Powered By Geeklog |