FFTW delegate not recognized by configure
Posted: 2017-01-12T07:31:15-07:00
ImageMagick-7.0.4-3
fftw-3.3.5
I'm installing from source and having the same issue on both Mac OS X 10.8.5 and CentOS 7. I'm able to install ImageMagick but for some reason it's not recognizing fftw as a delegate. here's what I'm doing:
1) install fftw from source:
./configure
make
sudo make install
That seems to work fine, and the libs are in /usr/local/lib/
-rw-r--r-- 1 root wheel 1553352 Jan 12 08:35 libfftw3.a
-rwxr-xr-x 1 root wheel 891 Jan 12 08:35 libfftw3.la
2) install ImageMagick from source:
./configure --with-fftw=yes
Result of the ./configure output is:
FFTW --with-fftw=yes no
Though it did pick up libtiff automatically with no issues, which I had already installed.
If I continue on to make/sudo make install, I get a working ImageMagick, with no fftw delegates.
>convert
grd-imac:ImageMagick-7.0.4-3 perry$ convert
Version: ImageMagick 7.0.4-3 Q16 x86_64 2017-01-12 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI
Delegates (built-in): bzlib tiff x
Am I missing something obvious here?
Thanks!
fftw-3.3.5
I'm installing from source and having the same issue on both Mac OS X 10.8.5 and CentOS 7. I'm able to install ImageMagick but for some reason it's not recognizing fftw as a delegate. here's what I'm doing:
1) install fftw from source:
./configure
make
sudo make install
That seems to work fine, and the libs are in /usr/local/lib/
-rw-r--r-- 1 root wheel 1553352 Jan 12 08:35 libfftw3.a
-rwxr-xr-x 1 root wheel 891 Jan 12 08:35 libfftw3.la
2) install ImageMagick from source:
./configure --with-fftw=yes
Result of the ./configure output is:
FFTW --with-fftw=yes no
Though it did pick up libtiff automatically with no issues, which I had already installed.
If I continue on to make/sudo make install, I get a working ImageMagick, with no fftw delegates.
>convert
grd-imac:ImageMagick-7.0.4-3 perry$ convert
Version: ImageMagick 7.0.4-3 Q16 x86_64 2017-01-12 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI
Delegates (built-in): bzlib tiff x
Am I missing something obvious here?
Thanks!