Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10954

Modified Files:
        fftw3.info fftw3.patch 
Log Message:
New upstream version, uses g95 to build fortran wrapper.


Index: fftw3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/fftw3.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fftw3.info  19 Mar 2006 16:42:15 -0000      1.3
+++ fftw3.info  6 Apr 2006 22:56:29 -0000       1.4
@@ -1,18 +1,18 @@
 Package: fftw3
-Version: 3.0.1
-Revision: 1001
-GCC: 4.0
+Version: 3.1.1  
+Revision: 1
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
-Source: ftp://ftp.fftw.org/pub/fftw/old/fftw-%v.tar.gz
-Source-MD5: 76cd21ecc9a7bed6343566c473c36477
-BuildDepends:  g77, ocaml
+Source:  ftp://ftp.fftw.org/pub/fftw/fftw-%v.tar.gz
+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
+ FC=%p/bin/g95 FLIBS='-L%p/lib/gcc-lib/powerpc-apple-darwin8/4.0.3 -lf95' 
./configure %c; make
 <<
 InstallScript: <<
  make install prefix=%i
@@ -36,7 +36,6 @@
   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, 

Index: fftw3.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/fftw3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fftw3.patch 20 Jan 2006 20:30:40 -0000      1.1
+++ fftw3.patch 6 Apr 2006 22:56:29 -0000       1.2
@@ -1,37 +1,5 @@
-diff -uNr fftw-3.0.1.org/doc/Makefile.in fftw-3.0.1/doc/Makefile.in
---- fftw-3.0.1.org/doc/Makefile.in     2003-07-05 20:29:46.000000000 -0400
-+++ fftw-3.0.1/doc/Makefile.in 2005-11-22 19:36:12.000000000 -0500
-@@ -537,15 +537,6 @@
-         done; \
-       done
-       @$(POST_INSTALL)
--      @if (install-info --version && \
--           install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
--        list='$(INFO_DEPS)'; \
--        for file in $$list; do \
--          relfile=`echo "$$file" | sed 's|^.*/||'`; \
--          echo " install-info --info-dir=$(DESTDIR)$(infodir) 
$(DESTDIR)$(infodir)/$$relfile";\
--          install-info --info-dir=$(DESTDIR)$(infodir) 
$(DESTDIR)$(infodir)/$$relfile || :;\
--        done; \
--      else : ; fi
- install-man:
- 
- installcheck-am:
-diff -uNr fftw-3.0.1.org/doc/fftw3.texi fftw-3.0.1/doc/fftw3.texi
---- fftw-3.0.1.org/doc/fftw3.texi      2003-06-05 22:30:05.000000000 -0400
-+++ fftw-3.0.1/doc/fftw3.texi  2005-11-22 19:36:44.000000000 -0500
-@@ -88,7 +88,7 @@
- @end quotation
- @end copying
- 
[EMAIL PROTECTED] Texinfo documentation system
[EMAIL PROTECTED] Libraries
- @direntry
- * fftw3: (fftw3).     FFTW User's Manual.
- @end direntry
-diff -uNr fftw-3.0.1.org/tests/Makefile.in fftw-3.0.1/tests/Makefile.in
---- fftw-3.0.1.org/tests/Makefile.in   2003-07-05 20:29:48.000000000 -0400
-+++ fftw-3.0.1/tests/Makefile.in       2005-11-22 19:32:39.000000000 -0500
+--- fftw-3.0/tests/Makefile.in.orig    Mon Apr 21 10:18:05 2003
++++ fftw-3.0/tests/Makefile.in Mon Apr 21 10:18:37 2003
 @@ -174,9 +174,9 @@
  @[EMAIL PROTECTED] = $(top_builddir)/threads/[EMAIL PROTECTED]@_threads.la
  
@@ -44,15 +12,14 @@
  
  subdir = tests
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-diff -uNr fftw-3.0.1.org/tools/Makefile.in fftw-3.0.1/tools/Makefile.in
---- fftw-3.0.1.org/tools/Makefile.in   2003-07-05 20:29:49.000000000 -0400
-+++ fftw-3.0.1/tools/Makefile.in       2005-11-22 19:35:20.000000000 -0500
+--- fftw-3.0/tools/Makefile.in.orig    Mon Apr 21 10:18:44 2003
++++ fftw-3.0/tools/Makefile.in Mon Apr 21 10:19:05 2003
 @@ -177,9 +177,9 @@
  @[EMAIL PROTECTED] = $(top_builddir)/threads/[EMAIL PROTECTED]@_threads.la
  
  [EMAIL PROTECTED]@_wisdom_SOURCES = fftw-wisdom.c
 [EMAIL PROTECTED]@_wisdom_LDADD = $(top_builddir)/tests/bench.o        \
[EMAIL PROTECTED]@_wisdom_LDADD = $(top_builddir)/tests/bench.o 
$(top_builddir)/libbench2/libbench2.a \
[EMAIL PROTECTED]@_wisdom_LDADD = $(top_builddir)/tests/bench.o 
$(top_builddir)/libbench2/libbench2.a \
  $(LIBFFTWTHREADS) $(top_builddir)/[EMAIL PROTECTED]@.la       \
 -$(top_builddir)/libbench2/libbench2.a $(THREADLIBS)
 +$(THREADLIBS)



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to