The latest available version from yum is OpenEXR-devel.x86_64 1.6.1-8.1.el6 so I've downloaded and built ilmbase 2.2.0 and openexr 2.2.0. My problem is that the ImageMagick build script can't locate the 2.2.0 lib versions.
This is what I do:
Code: Select all
TARGET_DIR=*my target dir*
# building ilbmase
./configure --prefix=$TARGET_DIR
make -j 4 && make install
# building openexr
./configure --prefix=$TARGET_DIR --with-ilmbase-prefix=$TARGET_DIR --disable-ilmbasetest
make -j 4 && make install
OPENEXR_LIBS="$TARGET_DIR" ./configure --prefix=$TARGET_DIR --enable-zero-configuration \
--disable-shared --enable-delegate-build --enable-hdri=yes --with-xml=yes --with-gslib=yes \
--with-gs-font-dir=gsfonts --without-perl --without-magick-plus-plus --without-x
Code: Select all
OpenEXR --with-openexr=yes no
Any help with this issue?
Thanks