From c07e7118a3bbee5c35c310b0c9af271afbda9339 Mon Sep 17 00:00:00 2001 From: Steve Dossick Date: Fri, 6 Apr 2012 17:03:51 -0700 Subject: [PATCH] disable opencl usage, as it conflicts with rmagick --- magick-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magick-installer.sh b/magick-installer.sh index ce28fec..36064ec 100755 --- a/magick-installer.sh +++ b/magick-installer.sh @@ -107,7 +107,7 @@ tar xzvf ImageMagick-6.6.7-0.tar.gz cd ImageMagick-6.6.7-0 export CPPFLAGS=-I/usr/local/include export LDFLAGS=-L/usr/local/lib -./configure --prefix=/usr/local --disable-static --without-fontconfig --with-modules --without-perl --without-magick-plus-plus --with-quantum-depth=8 --with-gs-font-dir=/usr/local/share/ghostscript/fonts --disable-openmp +./configure --prefix=/usr/local --disable-opencl --disable-static --without-fontconfig --with-modules --without-perl --without-magick-plus-plus --with-quantum-depth=8 --with-gs-font-dir=/usr/local/share/ghostscript/fonts --disable-openmp make clean make sudo make install