From sacadmin Thu Jul 10 14:04:15 2008
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6AL4Fh0007375;
	Thu, 10 Jul 2008 14:04:15 -0700 (PDT)
Received: (from gww@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m6AL4Fxi007371;
	Thu, 10 Jul 2008 14:04:15 -0700 (PDT)
Date: Thu, 10 Jul 2008 14:04:15 -0700 (PDT)
From: Gary Winiger <gww@sac.sfbay.sun.com>
Message-Id: <200807102104.m6AL4Fxi007371@sac.sfbay.sun.com>
To: PSARC-record@sac.sfbay.sun.com
Cc: dan.templeton@sun.com
Subject: libfftw - Fastest Fourier Transform in the West [PSARC/2008/438 FastTrack]
Status: RO
Content-Length: 582


Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 libfftw - Fastest Fourier Transform in the West
    1.2. Name of Document Author/Supplier:
	 Author:  Dan Templeton
    1.3  Date of This Document:
	10 July, 2008
4. Technical Description
    See the case directory for more detail

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		SFW
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From gww@sac.sfbay.sun.com Thu Jul 17 11:32:16 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6HIWFDq015432
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 17 Jul 2008 11:32:15 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m6HIWDVT003628
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Thu, 17 Jul 2008 11:32:15 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4500K1PY5PAG00@nwk-avmta-1.sfbay.Sun.COM> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 17 Jul 2008 11:32:13 -0700 (PDT)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K4500ADJY5N1E80@nwk-avmta-1.sfbay.Sun.COM> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 11:32:11 -0700 (PDT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m6HIW9Td057490; Thu, 17 Jul 2008 11:32:09 -0700 (PDT)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6HIW935015426; Thu,
 17 Jul 2008 11:32:09 -0700 (PDT)
Received: (from gww@localhost)	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit)
 id m6HIW9ih015425; Thu, 17 Jul 2008 11:32:09 -0700 (PDT)
Date: Thu, 17 Jul 2008 11:32:09 -0700 (PDT)
From: Gary Winiger <gww@sac.sfbay.sun.com>
Subject: PSARC/2008/438 libfftw - Fastest Fourier Transform in the West
To: psarc-ext@sun.com
Cc: dan.templeton@sun.com
Message-id: <200807171832.m6HIW9ih015425@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 4536

I'm sponsoring this case for Dan Templeton.
It introduces a two incompatible versions of a popular Fourier Transform
library into OpenSolaris.
It requests a Minor release binding.
The proposed man pages are in the case materials directory.
The project team also intends to deliver the online html documentation
with this project.

The timer is set for 24 July 2008.

Gary..
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Summary
=======

   FFTW is a comprehensive collection of fast C routines for computing
   the discrete Fourier transform (DFT) in one or more dimensions, of
   both real and complex data, and of arbitrary input size. FFTW also
   includes parallel transforms for both shared- and distributed-memory
   systems.

   FFTW is usually faster (and sometimes much faster) than all other
   freely-available Fourier transform programs found on the Net. For
   transforms whose size is a power of two, it compares favorably with
   the FFT codes in Sun's Performance Library and IBM's ESSL library,
   which are targeted at specific machines. Moreover, FFTW's performance
   is portable. Indeed, FFTW is unique in that it automatically adapts
   itself to your machine, your cache, the size of your memory, the
   number of registers, and all the other factors that normally make it
   impossible to optimize a program for more than one machine. An
   extensive comparison of FFTW's performance with that of other Fourier
   transform codes has been made.

   o FFTW computes the DFT of complex data, real data, even- or
     odd-symmetric real data (these symmetric transforms are usually
     known as the discrete cosine or sine transform, respectively), and
     the discrete Hartley transform (DHT) of real data.
   o The input data can have arbitrary length. FFTW employs O(n log n)
     algorithms for all lengths, including prime numbers.
   o FFTW supports arbitrary multi-dimensional data.
   o FFTW includes parallel (multi-threaded) transforms for
     shared-memory systems.

   The FFTW source base has two active branches, 2.x and 3.x.  3.x is
   where all new development will happen, but as 3.x breaks
   compatibility with 2.x, 2.x continues to be maintained, although it
   hasn't needed an update in several years.  The current
   version is 3.1.5, but 3.2 is already available in alpha.

   FFTW does not include API documentation in man page format.  Instead,
   API documentation is made available in info format.  A PDF version of
   that document is attached, and an HTML version can be found online at
   [1].  The man page created for the port is also attached.

   FFTW will be integrated in the SFW consolidation as part of this
   proposal, and will be installed as SUNWfftw (2.x) and SUNWfftw3 (3.x).

   This project requests a minor release binding.

Dependencies
============

   None

Interfaces
==========

        Exported Interfaces (libraries as 32 & 64 Bit)
        -------------------
	/usr/lib/libfftw3.so ->		    Symlink
	/usr/lib/libfftw3.so.3 ->	    Symlink
	SONAME libfftw3.so.3		    Uncommitted
        /usr/lib/libfftw3.so.3.1.2          Uncommitted

	/usr/lib/libfftw.so ->		    Symlink
	/usr/lib/libfftw.so.2 ->	    Symlink
	SONAME libfftw.so.2		    Committed
        /usr/lib/libfftw.so.2.0.7           Committed

	/usr/lib/librfftw.so ->		    Symlink
	/usr/lib/librfftw.so.2 ->	    Symlink
	SONAME librfftw.so.2		    Committed
        /usr/lib/librfftw.so.2.0.7          Committed

	/usr/lib/libfftw_threads.so ->	    Symlink
	/usr/lib/libfftw_threads.so.2 ->    Symlink
	SONAME libfftw_threads.so.2	    Committed
        /usr/lib/libfftw_threads.so.2.0.7   Committed

	/usr/lib/librfftw_threads.so ->	    Symlink
	/usr/lib/librfftw_threads.so.2 ->   Symlink
	SONAME librfftw_threads.so.2	    Committed
        /usr/lib/librfftw_threads.so.2.0.7  Committed

        /usr/share/man/man3/libfftw3.3      Uncommitted
        /usr/share/man/man3/libfftw.3       Committed
        /usr/share/info/fftw3.info          Uncommitted
        /usr/share/info/fftw.info           Committed

        Imported Interfaces
        -------------------
        None

  The following additional installed files are not interfaces:

        Additional Documents
        --------------------
        /usr/share/doc/fftw3/html/*
        /usr/share/doc/fftw/html/*

Reference Documents
===================
   [1] http://www.fftw.org/fftw3_doc/
   [2] http://www.fftw.org/fftw2_doc/
   [3] http://www.fftw.org/fftw-paper-ieee.pdf
   [4] http://www.fftw.org/faq/

From James.Walker@Sun.COM Thu Jul 17 11:56:27 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6HIuQS8016233
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 17 Jul 2008 11:56:27 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m6HIuMov013137
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Thu, 17 Jul 2008 19:56:26 +0100 (BST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4500715ZA1RJ00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 17 Jul 2008 12:56:25 -0600 (MDT)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K45007A1ZA1IG00@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 12:56:25 -0600 (MDT)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m6HIuPWK019963	for
 <psarc-ext@sun.com>; Thu, 17 Jul 2008 18:56:25 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K4500601YMKS400@mail-amer.sun.com>
 (original mail from James.Walker@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 12:56:25 -0600 (MDT)
Received: from [172.20.25.153] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K4500801Z9UA6E0@mail-amer.sun.com>; Thu,
 17 Jul 2008 12:56:19 -0600 (MDT)
Date: Thu, 17 Jul 2008 13:00:00 -0600
From: Jim Walker <James.Walker@Sun.COM>
Subject: Re: PSARC/2008/438 libfftw - Fastest Fourier Transform in the West
In-reply-to: <200807171832.m6HIW9ih015425@sac.sfbay.sun.com>
Sender: James.Walker@Sun.COM
To: Gary Winiger <gww@sac.sfbay.sun.com>, Dan.Templeton@Sun.COM
Cc: psarc-ext@Sun.COM
Reply-to: James.Walker@Sun.COM
Message-id: <487F96B0.8010607@sun.com>
Organization: Sun Microsystems, Inc.
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200807171832.m6HIW9ih015425@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080507)
Status: RO
Content-Length: 314

Gary Winiger wrote:
>    FFTW will be integrated in the SFW consolidation as part of this
>    proposal, and will be installed as SUNWfftw (2.x) and SUNWfftw3 (3.x).
> 

How will the Cilk software that is used to build FFTW be delivered?

Is it included in SUNWfftw or will it be in it's own package?

Cheers,
Jim

From gdamore@Sun.COM Thu Jul 17 11:58:01 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6HIw0pp016353
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 17 Jul 2008 11:58:00 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m6HIvwfY013622
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Thu, 17 Jul 2008 19:57:59 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4500M07ZCMZ600@nwk-avmta-1.sfbay.Sun.COM> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 17 Jul 2008 11:57:58 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K4500ALFZCM1GA0@nwk-avmta-1.sfbay.Sun.COM> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 11:57:58 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m6HIvwIH026679	for
 <psarc-ext@sun.com>; Thu, 17 Jul 2008 11:57:58 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K4500401Z6QKN00@fe-sfbay-09.sun.com> (original mail from gdamore@sun.com)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 11:57:58 -0700 (PDT)
Received: from [10.7.251.172] by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K45000DFZCLA4A0@fe-sfbay-09.sun.com>; Thu,
 17 Jul 2008 11:57:58 -0700 (PDT)
Date: Thu, 17 Jul 2008 11:54:21 -0700
From: "Garrett D'Amore" <gdamore@Sun.COM>
Subject: Re: PSARC/2008/438 libfftw - Fastest Fourier Transform in the West
In-reply-to: <200807171832.m6HIW9ih015425@sac.sfbay.sun.com>
Sender: Garrett.Damore@Sun.COM
To: Gary Winiger <gww@sac.sfbay.sun.com>
Cc: psarc-ext@Sun.COM, Dan.Templeton@Sun.COM
Message-id: <487F955D.9030100@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200807171832.m6HIW9ih015425@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080616)
Status: RO
Content-Length: 5056

Shouldn't the 2.x commitment levels be marked Obsolete, instead of 
Committed?

The other general question is, are there known consumers for the 2.x 
API?  (If so, then no further concerns from me.  If however, there are 
none known, then why integrate the 2.x API?)

    -- Garrett

Gary Winiger wrote:
> I'm sponsoring this case for Dan Templeton.
> It introduces a two incompatible versions of a popular Fourier Transform
> library into OpenSolaris.
> It requests a Minor release binding.
> The proposed man pages are in the case materials directory.
> The project team also intends to deliver the online html documentation
> with this project.
>
> The timer is set for 24 July 2008.
>
> Gary..
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Summary
> =======
>
>    FFTW is a comprehensive collection of fast C routines for computing
>    the discrete Fourier transform (DFT) in one or more dimensions, of
>    both real and complex data, and of arbitrary input size. FFTW also
>    includes parallel transforms for both shared- and distributed-memory
>    systems.
>
>    FFTW is usually faster (and sometimes much faster) than all other
>    freely-available Fourier transform programs found on the Net. For
>    transforms whose size is a power of two, it compares favorably with
>    the FFT codes in Sun's Performance Library and IBM's ESSL library,
>    which are targeted at specific machines. Moreover, FFTW's performance
>    is portable. Indeed, FFTW is unique in that it automatically adapts
>    itself to your machine, your cache, the size of your memory, the
>    number of registers, and all the other factors that normally make it
>    impossible to optimize a program for more than one machine. An
>    extensive comparison of FFTW's performance with that of other Fourier
>    transform codes has been made.
>
>    o FFTW computes the DFT of complex data, real data, even- or
>      odd-symmetric real data (these symmetric transforms are usually
>      known as the discrete cosine or sine transform, respectively), and
>      the discrete Hartley transform (DHT) of real data.
>    o The input data can have arbitrary length. FFTW employs O(n log n)
>      algorithms for all lengths, including prime numbers.
>    o FFTW supports arbitrary multi-dimensional data.
>    o FFTW includes parallel (multi-threaded) transforms for
>      shared-memory systems.
>
>    The FFTW source base has two active branches, 2.x and 3.x.  3.x is
>    where all new development will happen, but as 3.x breaks
>    compatibility with 2.x, 2.x continues to be maintained, although it
>    hasn't needed an update in several years.  The current
>    version is 3.1.5, but 3.2 is already available in alpha.
>
>    FFTW does not include API documentation in man page format.  Instead,
>    API documentation is made available in info format.  A PDF version of
>    that document is attached, and an HTML version can be found online at
>    [1].  The man page created for the port is also attached.
>
>    FFTW will be integrated in the SFW consolidation as part of this
>    proposal, and will be installed as SUNWfftw (2.x) and SUNWfftw3 (3.x).
>
>    This project requests a minor release binding.
>
> Dependencies
> ============
>
>    None
>
> Interfaces
> ==========
>
>         Exported Interfaces (libraries as 32 & 64 Bit)
>         -------------------
> 	/usr/lib/libfftw3.so ->		    Symlink
> 	/usr/lib/libfftw3.so.3 ->	    Symlink
> 	SONAME libfftw3.so.3		    Uncommitted
>         /usr/lib/libfftw3.so.3.1.2          Uncommitted
>
> 	/usr/lib/libfftw.so ->		    Symlink
> 	/usr/lib/libfftw.so.2 ->	    Symlink
> 	SONAME libfftw.so.2		    Committed
>         /usr/lib/libfftw.so.2.0.7           Committed
>
> 	/usr/lib/librfftw.so ->		    Symlink
> 	/usr/lib/librfftw.so.2 ->	    Symlink
> 	SONAME librfftw.so.2		    Committed
>         /usr/lib/librfftw.so.2.0.7          Committed
>
> 	/usr/lib/libfftw_threads.so ->	    Symlink
> 	/usr/lib/libfftw_threads.so.2 ->    Symlink
> 	SONAME libfftw_threads.so.2	    Committed
>         /usr/lib/libfftw_threads.so.2.0.7   Committed
>
> 	/usr/lib/librfftw_threads.so ->	    Symlink
> 	/usr/lib/librfftw_threads.so.2 ->   Symlink
> 	SONAME librfftw_threads.so.2	    Committed
>         /usr/lib/librfftw_threads.so.2.0.7  Committed
>
>         /usr/share/man/man3/libfftw3.3      Uncommitted
>         /usr/share/man/man3/libfftw.3       Committed
>         /usr/share/info/fftw3.info          Uncommitted
>         /usr/share/info/fftw.info           Committed
>
>         Imported Interfaces
>         -------------------
>         None
>
>   The following additional installed files are not interfaces:
>
>         Additional Documents
>         --------------------
>         /usr/share/doc/fftw3/html/*
>         /usr/share/doc/fftw/html/*
>
> Reference Documents
> ===================
>    [1] http://www.fftw.org/fftw3_doc/
>    [2] http://www.fftw.org/fftw2_doc/
>    [3] http://www.fftw.org/fftw-paper-ieee.pdf
>    [4] http://www.fftw.org/faq/
>   


From Dan.Templeton@sun.com Thu Jul 17 12:03:19 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6HJ3IeF016721
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 17 Jul 2008 12:03:18 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m6HJ3I85013868
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Thu, 17 Jul 2008 12:03:18 -0700 (PDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K450080HZLI6Y00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 17 Jul 2008 13:03:18 -0600 (MDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K45007Z1ZLHIO00@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 13:03:17 -0600 (MDT)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m6HJ3HgE018760	for
 <psarc-ext@sun.com>; Thu, 17 Jul 2008 19:03:17 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K4500E01WCZYQ00@mail-amer.sun.com>
 (original mail from Dan.Templeton@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 13:03:17 -0600 (MDT)
Received: from [192.168.1.67] ([76.200.102.26])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0K4500L8VZL6BKD0@mail-amer.sun.com>; Thu,
 17 Jul 2008 13:03:07 -0600 (MDT)
Date: Thu, 17 Jul 2008 12:03:13 -0700
From: Daniel Templeton <Dan.Templeton@sun.com>
Subject: Re: PSARC/2008/438 libfftw - Fastest Fourier Transform in the West
In-reply-to: <487F96B0.8010607@sun.com>
Sender: Dan.Templeton@sun.com
To: James.Walker@sun.com
Cc: Gary Winiger <gww@sac.sfbay.sun.com>, psarc-ext@sun.com
Message-id: <487F9771.1040604@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200807171832.m6HIW9ih015425@sac.sfbay.sun.com>
 <487F96B0.8010607@sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080519)
Status: RO
Content-Length: 651

The module that depends on Cilk is optional and ostensibly not widely 
used.  The plan simply not to deliver that module initially.  The Cilk 
package will be ported next FY, and after it has been integrated for a 
couple of builds, I will fill an issue to include the optional FFTW module.

Daniel

Jim Walker wrote:
> Gary Winiger wrote:
>>    FFTW will be integrated in the SFW consolidation as part of this
>>    proposal, and will be installed as SUNWfftw (2.x) and SUNWfftw3 
>> (3.x).
>>
>
> How will the Cilk software that is used to build FFTW be delivered?
>
> Is it included in SUNWfftw or will it be in it's own package?
>
> Cheers,
> Jim

From Dan.Templeton@sun.com Thu Jul 17 12:18:31 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6HJIUxp017263
	for <psarc-ext@sac.sfbay.Sun.COM>; Thu, 17 Jul 2008 12:18:31 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m6HJIFud018885
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Fri, 18 Jul 2008 03:18:29 +0800 (SGT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K460090B0AR8V00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 17 Jul 2008 13:18:27 -0600 (MDT)
Received: from brmea-mail-3.sun.com ([192.18.98.34])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K46007010AQIL20@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 13:18:26 -0600 (MDT)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m6HJIQib011216	for
 <psarc-ext@sun.com>; Thu, 17 Jul 2008 19:18:26 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K4500E01WCZYQ00@mail-amer.sun.com>
 (original mail from Dan.Templeton@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 13:18:26 -0600 (MDT)
Received: from [192.168.1.67] ([76.200.102.26])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0K4600MPK0AGGB70@mail-amer.sun.com>; Thu,
 17 Jul 2008 13:18:18 -0600 (MDT)
Date: Thu, 17 Jul 2008 12:18:23 -0700
From: Daniel Templeton <Dan.Templeton@sun.com>
Subject: Re: PSARC/2008/438 libfftw - Fastest Fourier Transform in the West
In-reply-to: <487F955D.9030100@sun.com>
Sender: Dan.Templeton@sun.com
To: "Garrett D'Amore" <gdamore@sun.com>
Cc: Gary Winiger <gww@sac.sfbay.sun.com>, psarc-ext@sun.com
Message-id: <487F9AFF.5070705@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200807171832.m6HIW9ih015425@sac.sfbay.sun.com>
 <487F955D.9030100@sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080519)
Status: RO
Content-Length: 5477

There are several other open source packages which still depend on FFTW 
2.x.  Most Linux distributions include both versions, including Ubuntu.

Daniel

Garrett D'Amore wrote:
> Shouldn't the 2.x commitment levels be marked Obsolete, instead of 
> Committed?
>
> The other general question is, are there known consumers for the 2.x 
> API?  (If so, then no further concerns from me.  If however, there are 
> none known, then why integrate the 2.x API?)
>
>    -- Garrett
>
> Gary Winiger wrote:
>> I'm sponsoring this case for Dan Templeton.
>> It introduces a two incompatible versions of a popular Fourier Transform
>> library into OpenSolaris.
>> It requests a Minor release binding.
>> The proposed man pages are in the case materials directory.
>> The project team also intends to deliver the online html documentation
>> with this project.
>>
>> The timer is set for 24 July 2008.
>>
>> Gary..
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
>>
>> Summary
>> =======
>>
>>    FFTW is a comprehensive collection of fast C routines for computing
>>    the discrete Fourier transform (DFT) in one or more dimensions, of
>>    both real and complex data, and of arbitrary input size. FFTW also
>>    includes parallel transforms for both shared- and distributed-memory
>>    systems.
>>
>>    FFTW is usually faster (and sometimes much faster) than all other
>>    freely-available Fourier transform programs found on the Net. For
>>    transforms whose size is a power of two, it compares favorably with
>>    the FFT codes in Sun's Performance Library and IBM's ESSL library,
>>    which are targeted at specific machines. Moreover, FFTW's performance
>>    is portable. Indeed, FFTW is unique in that it automatically adapts
>>    itself to your machine, your cache, the size of your memory, the
>>    number of registers, and all the other factors that normally make it
>>    impossible to optimize a program for more than one machine. An
>>    extensive comparison of FFTW's performance with that of other Fourier
>>    transform codes has been made.
>>
>>    o FFTW computes the DFT of complex data, real data, even- or
>>      odd-symmetric real data (these symmetric transforms are usually
>>      known as the discrete cosine or sine transform, respectively), and
>>      the discrete Hartley transform (DHT) of real data.
>>    o The input data can have arbitrary length. FFTW employs O(n log n)
>>      algorithms for all lengths, including prime numbers.
>>    o FFTW supports arbitrary multi-dimensional data.
>>    o FFTW includes parallel (multi-threaded) transforms for
>>      shared-memory systems.
>>
>>    The FFTW source base has two active branches, 2.x and 3.x.  3.x is
>>    where all new development will happen, but as 3.x breaks
>>    compatibility with 2.x, 2.x continues to be maintained, although it
>>    hasn't needed an update in several years.  The current
>>    version is 3.1.5, but 3.2 is already available in alpha.
>>
>>    FFTW does not include API documentation in man page format.  Instead,
>>    API documentation is made available in info format.  A PDF version of
>>    that document is attached, and an HTML version can be found online at
>>    [1].  The man page created for the port is also attached.
>>
>>    FFTW will be integrated in the SFW consolidation as part of this
>>    proposal, and will be installed as SUNWfftw (2.x) and SUNWfftw3 
>> (3.x).
>>
>>    This project requests a minor release binding.
>>
>> Dependencies
>> ============
>>
>>    None
>>
>> Interfaces
>> ==========
>>
>>         Exported Interfaces (libraries as 32 & 64 Bit)
>>         -------------------
>>     /usr/lib/libfftw3.so ->            Symlink
>>     /usr/lib/libfftw3.so.3 ->        Symlink
>>     SONAME libfftw3.so.3            Uncommitted
>>         /usr/lib/libfftw3.so.3.1.2          Uncommitted
>>
>>     /usr/lib/libfftw.so ->            Symlink
>>     /usr/lib/libfftw.so.2 ->        Symlink
>>     SONAME libfftw.so.2            Committed
>>         /usr/lib/libfftw.so.2.0.7           Committed
>>
>>     /usr/lib/librfftw.so ->            Symlink
>>     /usr/lib/librfftw.so.2 ->        Symlink
>>     SONAME librfftw.so.2            Committed
>>         /usr/lib/librfftw.so.2.0.7          Committed
>>
>>     /usr/lib/libfftw_threads.so ->        Symlink
>>     /usr/lib/libfftw_threads.so.2 ->    Symlink
>>     SONAME libfftw_threads.so.2        Committed
>>         /usr/lib/libfftw_threads.so.2.0.7   Committed
>>
>>     /usr/lib/librfftw_threads.so ->        Symlink
>>     /usr/lib/librfftw_threads.so.2 ->   Symlink
>>     SONAME librfftw_threads.so.2        Committed
>>         /usr/lib/librfftw_threads.so.2.0.7  Committed
>>
>>         /usr/share/man/man3/libfftw3.3      Uncommitted
>>         /usr/share/man/man3/libfftw.3       Committed
>>         /usr/share/info/fftw3.info          Uncommitted
>>         /usr/share/info/fftw.info           Committed
>>
>>         Imported Interfaces
>>         -------------------
>>         None
>>
>>   The following additional installed files are not interfaces:
>>
>>         Additional Documents
>>         --------------------
>>         /usr/share/doc/fftw3/html/*
>>         /usr/share/doc/fftw/html/*
>>
>> Reference Documents
>> ===================
>>    [1] http://www.fftw.org/fftw3_doc/
>>    [2] http://www.fftw.org/fftw2_doc/
>>    [3] http://www.fftw.org/fftw-paper-ieee.pdf
>>    [4] http://www.fftw.org/faq/
>>   
>

From James.Walker@sun.com Thu Jul 17 13:13:02 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6HKD1l2020781
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 17 Jul 2008 13:13:01 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m6HKCn8f008604
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Thu, 17 Jul 2008 21:13:00 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4600J172TO7S00@nwk-avmta-2.sfbay.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 17 Jul 2008 13:13:00 -0700 (PDT)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K4600FRD2TCO360@nwk-avmta-2.sfbay.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 13:12:48 -0700 (PDT)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m6HKCm57020471	for
 <psarc-ext@sun.com>; Thu, 17 Jul 2008 20:12:48 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K46004012AHLU00@mail-amer.sun.com>
 (original mail from James.Walker@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 14:12:48 -0600 (MDT)
Received: from [172.20.25.153] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K46005OG2TBGKG0@mail-amer.sun.com>; Thu,
 17 Jul 2008 14:12:47 -0600 (MDT)
Date: Thu, 17 Jul 2008 14:16:30 -0600
From: Jim Walker <James.Walker@sun.com>
Subject: Re: PSARC/2008/438 libfftw - Fastest Fourier Transform in the West
In-reply-to: <487F9771.1040604@sun.com>
Sender: James.Walker@sun.com
To: Daniel Templeton <Dan.Templeton@sun.com>
Cc: Gary Winiger <gww@sac.sfbay.sun.com>, psarc-ext@sun.com
Reply-to: James.Walker@sun.com
Message-id: <487FA89E.7010904@sun.com>
Organization: Sun Microsystems, Inc.
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200807171832.m6HIW9ih015425@sac.sfbay.sun.com>
 <487F96B0.8010607@sun.com> <487F9771.1040604@sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080507)
Status: RO
Content-Length: 387

Daniel Templeton wrote:
> The module that depends on Cilk is optional and ostensibly not widely 
> used.  The plan simply not to deliver that module initially.  The Cilk 
> package will be ported next FY, and after it has been integrated for a 
> couple of builds, I will fill an issue to include the optional FFTW module.
> 

Sounds good. I don't have any other concerns.

Cheers,

Jim

From gdamore@sun.com Thu Jul 17 13:34:23 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6HKYM3G021841
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 17 Jul 2008 13:34:23 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m6HKYCwp015408
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Thu, 17 Jul 2008 21:34:22 +0100 (BST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4600F0T3T80Q00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Thu, 17 Jul 2008 14:34:20 -0600 (MDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K46007NR3T8IS60@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 14:34:20 -0600 (MDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m6HKYJXi007868	for
 <psarc-ext@sun.com>; Thu, 17 Jul 2008 13:34:19 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K46007013R32U00@fe-sfbay-10.sun.com> (original mail from gdamore@sun.com)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Thu,
 17 Jul 2008 13:34:19 -0700 (PDT)
Received: from [10.7.251.172] by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K46009CL3T1CZ60@fe-sfbay-10.sun.com>; Thu,
 17 Jul 2008 13:34:13 -0700 (PDT)
Date: Thu, 17 Jul 2008 13:30:36 -0700
From: "Garrett D'Amore" <gdamore@sun.com>
Subject: Re: PSARC/2008/438 libfftw - Fastest Fourier Transform in the West
In-reply-to: <487F9AFF.5070705@sun.com>
Sender: Garrett.Damore@sun.com
To: Daniel Templeton <Dan.Templeton@sun.com>
Cc: Gary Winiger <gww@sac.sfbay.sun.com>, psarc-ext@sun.com
Message-id: <487FABEC.6010206@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200807171832.m6HIW9ih015425@sac.sfbay.sun.com>
 <487F955D.9030100@sun.com> <487F9AFF.5070705@sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080616)
Status: RO
Content-Length: 5887

Daniel Templeton wrote:
> There are several other open source packages which still depend on 
> FFTW 2.x.  Most Linux distributions include both versions, including 
> Ubuntu.

Ok, thanks.

I still think it makes sense to make the 2.x API Obsolete though.... its 
one of the few ways we have to express to developers that they should 
avoid making new use of the 2.x API.

    -- Garrett
>
> Daniel
>
> Garrett D'Amore wrote:
>> Shouldn't the 2.x commitment levels be marked Obsolete, instead of 
>> Committed?
>>
>> The other general question is, are there known consumers for the 2.x 
>> API?  (If so, then no further concerns from me.  If however, there 
>> are none known, then why integrate the 2.x API?)
>>
>>    -- Garrett
>>
>> Gary Winiger wrote:
>>> I'm sponsoring this case for Dan Templeton.
>>> It introduces a two incompatible versions of a popular Fourier 
>>> Transform
>>> library into OpenSolaris.
>>> It requests a Minor release binding.
>>> The proposed man pages are in the case materials directory.
>>> The project team also intends to deliver the online html documentation
>>> with this project.
>>>
>>> The timer is set for 24 July 2008.
>>>
>>> Gary..
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
>>>
>>> Summary
>>> =======
>>>
>>>    FFTW is a comprehensive collection of fast C routines for computing
>>>    the discrete Fourier transform (DFT) in one or more dimensions, of
>>>    both real and complex data, and of arbitrary input size. FFTW also
>>>    includes parallel transforms for both shared- and distributed-memory
>>>    systems.
>>>
>>>    FFTW is usually faster (and sometimes much faster) than all other
>>>    freely-available Fourier transform programs found on the Net. For
>>>    transforms whose size is a power of two, it compares favorably with
>>>    the FFT codes in Sun's Performance Library and IBM's ESSL library,
>>>    which are targeted at specific machines. Moreover, FFTW's 
>>> performance
>>>    is portable. Indeed, FFTW is unique in that it automatically adapts
>>>    itself to your machine, your cache, the size of your memory, the
>>>    number of registers, and all the other factors that normally make it
>>>    impossible to optimize a program for more than one machine. An
>>>    extensive comparison of FFTW's performance with that of other 
>>> Fourier
>>>    transform codes has been made.
>>>
>>>    o FFTW computes the DFT of complex data, real data, even- or
>>>      odd-symmetric real data (these symmetric transforms are usually
>>>      known as the discrete cosine or sine transform, respectively), and
>>>      the discrete Hartley transform (DHT) of real data.
>>>    o The input data can have arbitrary length. FFTW employs O(n log n)
>>>      algorithms for all lengths, including prime numbers.
>>>    o FFTW supports arbitrary multi-dimensional data.
>>>    o FFTW includes parallel (multi-threaded) transforms for
>>>      shared-memory systems.
>>>
>>>    The FFTW source base has two active branches, 2.x and 3.x.  3.x is
>>>    where all new development will happen, but as 3.x breaks
>>>    compatibility with 2.x, 2.x continues to be maintained, although it
>>>    hasn't needed an update in several years.  The current
>>>    version is 3.1.5, but 3.2 is already available in alpha.
>>>
>>>    FFTW does not include API documentation in man page format.  
>>> Instead,
>>>    API documentation is made available in info format.  A PDF 
>>> version of
>>>    that document is attached, and an HTML version can be found 
>>> online at
>>>    [1].  The man page created for the port is also attached.
>>>
>>>    FFTW will be integrated in the SFW consolidation as part of this
>>>    proposal, and will be installed as SUNWfftw (2.x) and SUNWfftw3 
>>> (3.x).
>>>
>>>    This project requests a minor release binding.
>>>
>>> Dependencies
>>> ============
>>>
>>>    None
>>>
>>> Interfaces
>>> ==========
>>>
>>>         Exported Interfaces (libraries as 32 & 64 Bit)
>>>         -------------------
>>>     /usr/lib/libfftw3.so ->            Symlink
>>>     /usr/lib/libfftw3.so.3 ->        Symlink
>>>     SONAME libfftw3.so.3            Uncommitted
>>>         /usr/lib/libfftw3.so.3.1.2          Uncommitted
>>>
>>>     /usr/lib/libfftw.so ->            Symlink
>>>     /usr/lib/libfftw.so.2 ->        Symlink
>>>     SONAME libfftw.so.2            Committed
>>>         /usr/lib/libfftw.so.2.0.7           Committed
>>>
>>>     /usr/lib/librfftw.so ->            Symlink
>>>     /usr/lib/librfftw.so.2 ->        Symlink
>>>     SONAME librfftw.so.2            Committed
>>>         /usr/lib/librfftw.so.2.0.7          Committed
>>>
>>>     /usr/lib/libfftw_threads.so ->        Symlink
>>>     /usr/lib/libfftw_threads.so.2 ->    Symlink
>>>     SONAME libfftw_threads.so.2        Committed
>>>         /usr/lib/libfftw_threads.so.2.0.7   Committed
>>>
>>>     /usr/lib/librfftw_threads.so ->        Symlink
>>>     /usr/lib/librfftw_threads.so.2 ->   Symlink
>>>     SONAME librfftw_threads.so.2        Committed
>>>         /usr/lib/librfftw_threads.so.2.0.7  Committed
>>>
>>>         /usr/share/man/man3/libfftw3.3      Uncommitted
>>>         /usr/share/man/man3/libfftw.3       Committed
>>>         /usr/share/info/fftw3.info          Uncommitted
>>>         /usr/share/info/fftw.info           Committed
>>>
>>>         Imported Interfaces
>>>         -------------------
>>>         None
>>>
>>>   The following additional installed files are not interfaces:
>>>
>>>         Additional Documents
>>>         --------------------
>>>         /usr/share/doc/fftw3/html/*
>>>         /usr/share/doc/fftw/html/*
>>>
>>> Reference Documents
>>> ===================
>>>    [1] http://www.fftw.org/fftw3_doc/
>>>    [2] http://www.fftw.org/fftw2_doc/
>>>    [3] http://www.fftw.org/fftw-paper-ieee.pdf
>>>    [4] http://www.fftw.org/faq/
>>>   
>>


From gww@eng.sun.com Wed Jul 23 10:17:49 2008
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6NHHnDc000422
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 23 Jul 2008 10:17:49 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m6NHHkge008963
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Wed, 23 Jul 2008 10:17:46 -0700 (PDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4G00401YPLUR00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Wed, 23 Jul 2008 11:17:45 -0600 (MDT)
Received: from dm-eng-02.sfbay.sun.com ([129.146.11.32])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K4G00FCOYPGEFC0@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Wed,
 23 Jul 2008 11:17:45 -0600 (MDT)
Received: from marduk.eng.sun.com (marduk.SFBay.Sun.COM [129.146.108.224])
	by dm-eng-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m6NHHdeM044967; Wed, 23 Jul 2008 10:17:39 -0700 (PDT)
Received: from marduk.eng.sun.com (localhost [127.0.0.1])
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11) with ESMTP id m6NHEfLn000749; Wed,
 23 Jul 2008 10:14:41 -0700 (PDT)
Received: (from gww@localhost)
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11/Submit) id m6NHEfib000748; Wed,
 23 Jul 2008 10:14:41 -0700 (PDT)
Date: Wed, 23 Jul 2008 10:14:41 -0700 (PDT)
From: Gary Winiger <gww@eng.sun.com>
Subject: Re: PSARC/2008/438 libfftw - Fastest Fourier Transform in the West
To: gww@sac.sfbay.sun.com, psarc-ext@sun.com
Cc: dan.templeton@sun.com
Message-id: <200807231714.m6NHEfib000748@marduk.eng.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 248

> I'm sponsoring this case for Dan Templeton.
> It introduces a two incompatible versions of a popular Fourier Transform
> library into OpenSolaris.
> It requests a Minor release binding.
	
	This case was approved at today's PSARC meeting.

Gary..

