Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4304

Modified Files:
        fftw3.info 
Log Message:
moved from unstable.


Index: fftw3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/fftw3.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fftw3.info  8 Aug 2006 15:09:16 -0000       1.4
+++ fftw3.info  30 Nov 2006 22:13:29 -0000      1.5
@@ -1,27 +1,39 @@
 Package: fftw3
-Version: 3.0  
-Revision: 11
-Architecture: powerpc
-DescPackaging: Depends on g77, which doesn't compile on intel
+Version: 3.1.1  
+Revision: 3
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 Source:  ftp://ftp.fftw.org/pub/fftw/fftw-%v.tar.gz
-Source-MD5: 6b09e3b141a9f1aae8b3a1d64fff6982
-BuildDepends:  g77, ocaml
+Source-MD5: b35813b88a046e4e74a603017794ddcd
+BuildDepends:  g95 (>= 0.50-20060321), ocaml
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
 License: GPL
 Patch: %n.patch
 ConfigureParams: --enable-shared --enable-threads --enable-fortran 
--mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
+GCC: 4.0
 CompileScript: <<
- FC=%p/bin/g77 FLIBS='-lSystem -L%p/lib -lfrtbegin -lg2c' ./configure %c; make
+ #!/bin/sh -e
+ gcclib=`%p/bin/g95 --print-lib`
+ FLIBDIR=`dirname $gcclib`
+ if [ %m = "i386" ]; then 
+ FC=%p/bin/g95 FLIBS="-L${FLIBDIR} -lf95" ./configure %c --without-gcc-arch
+ else
+ FC=%p/bin/g95 FLIBS="-L${FLIBDIR} -lf95" ./configure %c 
+ fi
+ make
 <<
 InstallScript: <<
+ #!/bin/sh -e
  make -j1 install prefix=%i
  mkdir -p %i/share/doc/%n/html/FAQ
  cp doc/html/*html %i/share/doc/%n/html
  cp doc/FAQ/fftw-faq.html/*html %i/share/doc/%n/html/FAQ
  make clean
+ if [ %m = "i386" ]; then 
+ ./configure %c --enable-float --without-gcc-arch
+ else
  ./configure %c --enable-float --enable-altivec
+ fi
  make
  make -j1 install prefix=%i 
 <<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to