Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24301

Modified Files:
        raster3d.patch 
Log Message:
include -ffast-math flags

Index: raster3d.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/raster3d.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- raster3d.patch      25 Feb 2007 23:23:33 -0000      1.3
+++ raster3d.patch      25 Feb 2007 23:27:29 -0000      1.4
@@ -5,10 +5,10 @@
        @echo OS = linux                      >> Makefile.incl
        @echo CC = gcc                        >> Makefile.incl
 -      @echo CFLAGS = -g -w -Dgfortran       >> Makefile.incl
-+      @echo CFLAGS = -g -O3 -w -Dgfortran       >> Makefile.incl
++      @echo CFLAGS = -g -O3 -w -ffast-math -Dgfortran       >> Makefile.incl
        @echo FC = gfortran                   >> Makefile.incl
 -      @echo FFLAGS = -g -w -O -ffixed-line-length-132 >> Makefile.incl
-+      @echo FFLAGS = -g -w -O3 -ffixed-line-length-132 >> Makefile.incl
++      @echo FFLAGS = -g -w -O3 -ffast-math -ffixed-line-length-132 >> 
Makefile.incl
        @echo RM = /bin/rm -f                 >> Makefile.incl
        @echo OSDEFS =  -DLINUX -DNETWORKBYTEORDER       >> Makefile.incl
        @echo include Makefile.package        >> Makefile.incl


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to