Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2645

Modified Files:
        graphicsmagick.info 
Log Message:
Disable OpenMP like ImageMagick. :) It breaks some tests.


Index: graphicsmagick.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/graphicsmagick.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- graphicsmagick.info 18 Sep 2009 20:37:00 -0000      1.9
+++ graphicsmagick.info 30 Sep 2009 16:10:08 -0000      1.10
@@ -1,6 +1,6 @@
 Package: graphicsmagick
 Version: 1.3.7
-Revision: 1
+Revision: 2
 Description: Swiss army knife of image processing
 DescDetail: <<
        GraphicsMagick is the swiss army knife of image processing. Comprised
@@ -24,6 +24,10 @@
        made (see news) by many authors using an open development model but
        without breaking the API or utilities operation.
 <<
+DescPackaging: <<
+       Builds with OpenMP support on 10.6, but a couple of the tests fail,
+       so explictly disable OpenMP everywhere.
+<<
 Homepage: http://www.graphicsmagick.org/
 License: BSD
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
@@ -66,7 +70,7 @@
        --disable-static \
        --enable-libtool-verbose \
        --enable-magick-compat \
-       --disable-openmp-slow \
+       --disable-openmp \
        --with-modules \
        --with-quantum-depth=16 \
        --without-perl \
@@ -87,7 +91,8 @@
 InfoTest: <<
        TestScript: <<
                # hald-clut-identity.sh and hald-clut-transform.sh fail under 
10.6
-               make check || exit 1
+               # when OpenMP is used. 
+               make check || exit 2
        <<
 <<
 


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to