Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv32571

Modified Files:
        fftw3.info 
Log Message:
--enable-altivec requires --enable-float. Thanks to Dominique Dhumiere
for reporting this bug.


Index: fftw3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/fftw3.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- fftw3.info  21 Jun 2012 08:31:06 -0000      1.20
+++ fftw3.info  22 Jun 2012 09:01:39 -0000      1.21
@@ -1,6 +1,6 @@
 Package: fftw3
 Version: 3.3.2
-Revision: 8
+Revision: 9
 Maintainer: Sebastien Maret <bma...@users.sourceforge.net>
 Source:  ftp://ftp.fftw.org/pub/fftw/fftw-%v.tar.gz
 Source-MD5: 6977ee770ed68c85698c7168ffa6e178
@@ -14,11 +14,7 @@
  #!/bin/sh -ev
  gcclib=`%p/bin/gfortran --print-lib`
  FLIBDIR=`dirname $gcclib`
- if [ x%m == x"powerpc" ]; then
-   CC=%p/bin/gcc-4 F77=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c 
--enable-altivec
- else
-   CC=%p/bin/gcc-4 F77=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c
- fi
+ CC=%p/bin/gcc-4 F77=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c
  make
 <<
 InstallScript: <<


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to