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

Modified Files:
        fftw3.info 
Log Message:
assume maintainership and switch to gcc48-compiler

Index: fftw3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/fftw3.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- fftw3.info  21 Feb 2013 10:09:35 -0000      1.22
+++ fftw3.info  8 Apr 2013 13:19:50 -0000       1.23
@@ -1,10 +1,10 @@
 Package: fftw3
 Version: 3.3.3
-Revision: 1
-Maintainer: Sebastien Maret <bma...@users.sourceforge.net>
+Revision: 2
+Maintainer: Jack Howarth <howa...@bromo.med.uc.edu>
 Source:  ftp://ftp.fftw.org/pub/fftw/fftw-%v.tar.gz
 Source-MD5: 0a05ca9c7b3bfddc8278e7c40791a1c2
-BuildDepends:  fink (>= 0.24.12-1), gcc47-compiler
+BuildDepends:  fink (>= 0.24.12-1), gcc48-compiler
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
 License: GPL
@@ -13,9 +13,9 @@
 InfoTest: TestScript: touch %b/INSTALL_MAKE_CHECK; make check || exit 2
 CompileScript: <<
  #!/bin/sh -ev
- gcclib=`%p/bin/gfortran-fsf-4.7 --print-lib`
+ gcclib=`%p/bin/gfortran-fsf-4.8 --print-lib`
  FLIBDIR=`dirname $gcclib`
- CC=%p/bin/gcc-fsf-4.7 F77=%p/bin/gfortran-fsf-4.7 FLIBS="-L${FLIBDIR}" 
./configure %c
+ CC=%p/bin/gcc-fsf-4.8 F77=%p/bin/gfortran-fsf-4.8 FLIBS="-L${FLIBDIR}" 
./configure %c
  make
 <<
 InstallScript: <<
@@ -25,12 +25,12 @@
  cp doc/html/*html %i/share/doc/%n/html
  cp doc/FAQ/fftw-faq.html/*html %i/share/doc/%n/html/FAQ
  make clean
- gcclib=`%p/bin/gfortran-fsf-4.7 --print-lib`
+ gcclib=`%p/bin/gfortran-fsf-4.8 --print-lib`
  FLIBDIR=`dirname $gcclib`
  if [ x%m == x"powerpc" ]; then
-   CC=%p/bin/gcc-fsf-4.7 F77=%p/bin/gfortran-fsf-4.7 FLIBS="-L${FLIBDIR}" 
./configure %c --enable-float --enable-altivec
+   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.7 F77=%p/bin/gfortran-fsf-4.7 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
  fi
  make
  if [ -f %b/INSTALL_MAKE_CHECK ]; then
@@ -40,7 +40,7 @@
 <<
 SplitOff: <<
   Package: %N-shlibs
-  Depends: gcc47-shlibs
+  Depends: gcc48-shlibs
   Files: lib/libfftw3*.*.dylib
   Shlibs: <<
    %p/lib/libfftw3.3.dylib 7.0.0 %n (>= 3.3.2-7) 


------------------------------------------------------------------------------
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