Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4194

Modified Files:
        fftw3.info 
Log Message:
explicitly pass --enable-sse2/--enable-sse on intel so simd support is built 
which makes gromacs happier

Index: fftw3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/fftw3.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fftw3.info  8 Apr 2013 13:20:16 -0000       1.6
+++ fftw3.info  1 Jul 2013 03:51:38 -0000       1.7
@@ -1,6 +1,6 @@
 Package: fftw3
 Version: 3.3.3
-Revision: 2
+Revision: 3
 Maintainer: Jack Howarth <howa...@bromo.med.uc.edu>
 Source:  ftp://ftp.fftw.org/pub/fftw/fftw-%v.tar.gz
 Source-MD5: 0a05ca9c7b3bfddc8278e7c40791a1c2
@@ -15,7 +15,11 @@
  #!/bin/sh -ev
  gcclib=`%p/bin/gfortran-fsf-4.8 --print-lib`
  FLIBDIR=`dirname $gcclib`
- CC=%p/bin/gcc-fsf-4.8 F77=%p/bin/gfortran-fsf-4.8 FLIBS="-L${FLIBDIR}" 
./configure %c
+ if [ x%m == x"powerpc" ]; then
+   CC=%p/bin/gcc-fsf-4.8 F77=%p/bin/gfortran-fsf-4.8 FLIBS="-L${FLIBDIR}" 
./configure %c --enable-fma
+ else
+   CC=%p/bin/gcc-fsf-4.8 F77=%p/bin/gfortran-fsf-4.8 FLIBS="-L${FLIBDIR}" 
./configure %c --enable-sse2
+ fi
  make
 <<
 InstallScript: <<
@@ -30,7 +34,7 @@
  if [ x%m == x"powerpc" ]; then
    CC=%p/bin/gcc-fsf-4.8 F77=%p/bin/gfortran-fsf-4.8 FLIBS="-L${FLIBDIR}" 
./configure %c --enable-float --enable-altivec
  else
-   CC=%p/bin/gcc-fsf-4.8 F77=%p/bin/gfortran-fsf-4.8 FLIBS="-L${FLIBDIR}" 
./configure %c --enable-float
+   CC=%p/bin/gcc-fsf-4.8 F77=%p/bin/gfortran-fsf-4.8 FLIBS="-L${FLIBDIR}" 
./configure %c --enable-float --enable-sse
  fi
  make
  if [ -f %b/INSTALL_MAKE_CHECK ]; then


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to