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

Modified Files:
        fftw.info 
Log Message:
Fix doc generation in 10.4/  Switch to gcc48.


Index: fftw.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/fftw.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fftw.info   23 Feb 2013 02:51:58 -0000      1.7
+++ fftw.info   2 Apr 2013 21:37:36 -0000       1.8
@@ -2,11 +2,11 @@
 Package: fftw%type_pkg[-mpi]
 Type: -mpi (boolean)
 Version: 2.1.5
-Revision: 1117
+Revision: 1118
 Maintainer: None <fink-de...@lists.sourceforge.net>
 Source:  ftp://ftp.fftw.org/pub/%n/old/fftw-%v.tar.gz
 Source-MD5: 8d16a84f3ca02a785ef9eb36249ba433
-BuildDepends: gcc47, fink (>= 0.27.2)
+BuildDepends: gcc48, fink (>= 0.27.2)
 BuildConflicts: (%type_raw[-mpi] = .) openmpi, lammpi-dev
 Depends: %N-shlibs (= %v-%r), gcc47-shlibs, (%type_raw[-mpi] = -mpi) openmpi, 
(%type_raw[-mpi] = -mpi) openmpi-shlibs
 BuildDependsOnly: True
@@ -25,30 +25,30 @@
  #!/bin/bash -ev
  if [ "%type_raw[-mpi]" == "-mpi" ]; then
      if [ %m != "powerpc" ]; then    
-     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.6/lib -lgfortran" ./configure %c 
--without-gcc-arch --enable-mpi
+     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.8/lib -lgfortran" ./configure %c 
--without-gcc-arch --enable-mpi
      else
-     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.6/lib -lgfortran" ./configure %c 
--enable-mpi
+     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.8/lib -lgfortran" ./configure %c 
--enable-mpi
      fi
  else
      if [ %m != "powerpc" ]; then 
-     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.6/lib -lgfortran" ./configure %c 
--without-gcc-arch
+     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.8/lib -lgfortran" ./configure %c 
--without-gcc-arch
      else
-     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.6/lib -lgfortran" ./configure %c 
+     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.8/lib -lgfortran" ./configure %c 
      fi
  fi
  make install DESTDIR=%d
  make clean
  if [ "%type_raw[-mpi]" == "-mpi" ]; then
      if [ %m != "powerpc" ]; then 
-     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.6/lib -lgfortran" ./configure %c 
--without-gcc-arch --enable-mpi --enable-float
+     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.8/lib -lgfortran" ./configure %c 
--without-gcc-arch --enable-mpi --enable-float
      else
-     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.6/lib -lgfortran" ./configure %c 
--enable-float --enable-altivec --enable-mpi
+     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.8/lib -lgfortran" ./configure %c 
--enable-float --enable-altivec --enable-mpi
      fi
  else
      if [ %m != "powerpc" ]; then 
-     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.6/lib -lgfortran" ./configure %c 
--without-gcc-arch --enable-float
+     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.8/lib -lgfortran" ./configure %c 
--without-gcc-arch --enable-float
      else
-     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.6/lib -lgfortran" ./configure %c 
--enable-float --enable-altivec 
+     F77=%p/bin/gfortran FLIBS="-L%p/lib/gcc4.8/lib -lgfortran" ./configure %c 
--enable-float --enable-altivec 
      fi
  fi
  make


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to