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

Modified Files:
        fftw3.info 
Log Message:
build fftw3 with --enable-sse2/--enable-sse on intel for simd support to make 
gromacs happier

Index: fftw3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/fftw3.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- fftw3.info  8 Apr 2013 13:19:50 -0000       1.23
+++ fftw3.info  1 Jul 2013 12:21:03 -0000       1.24
@@ -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