[csw-devel] SF.net SVN: gar:[7078] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Nov 2 16:54:31 CET 2009
Revision: 7078
http://gar.svn.sourceforge.net/gar/?rev=7078&view=rev
Author: dmichelsen
Date: 2009-11-02 15:54:31 +0000 (Mon, 02 Nov 2009)
Log Message:
-----------
fftw: Initial commit for fftw3
Added Paths:
-----------
csw/mgar/pkg/fftw/
csw/mgar/pkg/fftw/branches/
csw/mgar/pkg/fftw/tags/
csw/mgar/pkg/fftw/trunk/
csw/mgar/pkg/fftw/trunk/Makefile
csw/mgar/pkg/fftw/trunk/checksums
csw/mgar/pkg/fftw/trunk/files/
Property changes on: csw/mgar/pkg/fftw/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/fftw/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fftw/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/fftw/trunk/Makefile 2009-11-02 15:54:31 UTC (rev 7078)
@@ -0,0 +1,27 @@
+GARNAME = fftw
+GARVERSION = 3.2.2
+CATEGORIES = lib
+
+DESCRIPTION = Library for computing the discrete Fourier transform (DFT)
+define BLURB
+ FFTW is a C subroutine library for computing the discrete Fourier transform (DFT)
+ in one or more dimensions, of arbitrary input size, and of both real and complex
+ data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or
+ DCT/DST). We believe that FFTW, which is free software, should become the FFT
+ library of choice for most applications.
+endef
+
+MASTER_SITES = http://www.fftw.org/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://www.fftw.org/
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
Added: csw/mgar/pkg/fftw/trunk/checksums
===================================================================
--- csw/mgar/pkg/fftw/trunk/checksums (rev 0)
+++ csw/mgar/pkg/fftw/trunk/checksums 2009-11-02 15:54:31 UTC (rev 7078)
@@ -0,0 +1 @@
+b616e5c91218cc778b5aa735fefb61ae fftw-3.2.2.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list