Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32099

Added Files:
        fftw3-x86_64.info 
Log Message:
add fftw3 based on 3.2.1 for x86_64 fink

--- NEW FILE: fftw3-x86_64.info ---
Package: fftw3
Version: 3.2.1
Revision: 1
Maintainer: Sebastien Maret <bma...@users.sourceforge.net>
Source:  ftp://ftp.fftw.org/pub/fftw/fftw-%v.tar.gz
Source-MD5: 712d3f33625a0a76f5758648d4b925f7
BuildDepends:  fink (>= 0.24.12-1), (%m != x86_64) gcc43, (%m = x86_64) gcc44, 
ocaml
Depends: %N-shlibs (= %v-%r), (%m != x86_64) gcc43-shlibs, (%m = x86_64) 
gcc44-shlibs
BuildDependsOnly: True
Architecture: x86_64
License: GPL
PatchFile: %n-x86_64.patch
PatchFile-MD5: 9d79b2581d6a32989c93ff7a78b7e6a0 
ConfigureParams: --enable-shared --enable-threads --enable-fortran 
--mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
GCC: 4.0
CompileScript: <<
 #!/bin/sh -ev
 gcclib=`%p/bin/gfortran --print-lib`
 FLIBDIR=`dirname $gcclib`
 if [ %m != "powerpc" ]; then 
 FC=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c --without-gcc-arch
 else
 FC=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c
 fi
 make
<<
InstallScript: <<
 #!/bin/sh -ev
 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 != "powerpc" ]; then 
 ./configure %c --enable-float --without-gcc-arch
 else
 ./configure %c --enable-float --enable-altivec
 fi
 make
 make -j1 install prefix=%i 
<<
SplitOff: <<
  Package: %N-shlibs
  Files: lib/libfftw3.*.dylib lib/libfftw3_threads.*.dylib 
lib/libfftw3f.*.dylib lib/libfftw3f_threads.*.dylib
  Shlibs: <<
   %p/lib/libfftw3.3.dylib 6.0.0 %n (>= 3.0-1)
   %p/lib/libfftw3_threads.3.dylib 6.0.0 %n (>= 3.0-1)
   %p/lib/libfftw3f.3.dylib 6.0.0 %n (>= 3.0-1)
   %p/lib/libfftw3f_threads.3.dylib 6.0.0 %n (>= 3.0-1)
  <<
  DocFiles: README NEWS TODO COPYING INSTALL COPYRIGHT AUTHORS CONVENTIONS
<<
DocFiles: README NEWS TODO COPYING INSTALL COPYRIGHT AUTHORS CONVENTIONS
InfoDocs: fftw3.info
Description: Discrete Fourier Transform Lib (Ver 3)
DescDetail: <<
 Performs the DFT in one or more dimensions, of both real and complex data, 
 for arbitrary input size. 

 Version 3 API is incompatible with Version 2 API (provided by fftw package)

 Single and double precision libs built, single precision libs 
 have altivec support.
<<
DescPackaging: <<
Originally packaged by Jeffrey Whitaker.
<<
Homepage: http://www.fftw.org


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to