Changeset 0e6052db


Ignore:
Timestamp:
04/30/2017 06:47:18 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9effae7
Parents:
a8f8d6ac
Message:

Add fftw-3.3.6-pl2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18668 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    ra8f8d6ac r0e6052db  
    5555  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="enchant.xml"/>
    5656  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="exempi.xml"/>
     57  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fftw.xml"/>
    5758
    5859  <!-- systemd only -->
  • general/genutils/imagemagick.xml

    ra8f8d6ac r0e6052db  
    132132      <xref linkend="curl"/>,
    133133      <xref linkend="ffmpeg"/>,
     134      <xref linkend="fftw"/>,
    134135      <xref linkend="p7zip"/> (LZMA),
    135136      <xref linkend="sane"/>,
     
    139140      <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
    140141      <ulink url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>,
    141       <ulink url="http://www.fftw.org/">FFTW</ulink>,
    142142      <ulink url="http://www.openpgp.org/about/">PGP</ulink> or
    143143      <xref linkend="gnupg2"/>
  • general/genutils/imagemagick6.xml

    ra8f8d6ac r0e6052db  
    151151      <xref linkend="curl"/>,
    152152      <xref linkend="ffmpeg"/>,
     153      <xref linkend="fftw"/>
    153154      <xref linkend="p7zip"/> (LZMA),
    154155      <xref linkend="sane"/>,
     
    158159      <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
    159160      <ulink url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>,
    160       <ulink url="http://www.fftw.org/">FFTW</ulink>,
    161161      <ulink url="http://www.openpgp.org/about/">PGP</ulink> or
    162162      <xref linkend="gnupg2"/>
  • general/prog/other-tools.xml

    ra8f8d6ac r0e6052db  
    16711671
    16721672    <sect3 role="package">
    1673       <title>FFTW (Fastest Fourier Transform in the West)</title>
    1674 
    1675       <para><application>FFTW</application> is a C subroutine library for
    1676       computing the discrete Fourier transform (DFT) in one or more dimensions,
    1677       of arbitrary input size, and of both real and complex data (as well as of
    1678       even/odd data, i.e., the discrete cosine/sine transforms or DCT/DST).</para>
    1679 
    1680       <itemizedlist spacing="compact">
    1681         <listitem>
    1682           <para>Project Home Page: <ulink
    1683           url="http://www.fftw.org/"/></para>
    1684         </listitem>
    1685         <listitem>
    1686           <para>Download Location: <ulink
    1687           url="http://www.fftw.org/download.html"/></para>
    1688         </listitem>
    1689       </itemizedlist>
    1690 
    1691     </sect3>
    1692 
    1693     <sect3 role="package">
    16941673      <title>GOB (GObject Builder)</title>
    16951674
  • introduction/welcome/changelog.xml

    ra8f8d6ac r0e6052db  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Added fftw-3.3.6-pl2.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[renodr] - Update to gjs-1.48.2. Fixes
    4952          <ulink url="&blfs-ticket-root;9152">#9152</ulink>.</para>
  • multimedia/libdriv/alsa-utils.xml

    ra8f8d6ac r0e6052db  
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
    8282    <para role="optional">
     83      <xref linkend="fftw"/>,
    8384      <xref linkend="libsamplerate"/>,
    84       <xref linkend="xmlto"/>,
    85       <ulink url="http://hightek.org/dialog/">Dialog</ulink>, and
    86       <ulink url="http://www.fftw.org/">FFTW</ulink>
     85      <xref linkend="xmlto"/>, and
     86      <ulink url="http://hightek.org/dialog/">Dialog</ulink>
    8787    </para>
    8888
     
    134134    <para>
    135135      <parameter>--disable-bat</parameter>: Omit this switch if you have
    136       installed <ulink url="http://www.fftw.org/">FFTW</ulink> and wish to
     136      installed <xref linkend="fftw"/> and wish to
    137137      install the Basic Audio Tester (BAT).
    138138    </para>
  • multimedia/libdriv/libsamplerate.xml

    ra8f8d6ac r0e6052db  
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    6363    <para role="optional">
    64        <xref linkend='libsndfile'/>, and
    65        <ulink url="http://www.fftw.org/">libfftw3</ulink> (for tests)
     64       <xref linkend='libsndfile'/> and
     65       <xref linkend="fftw"/> (for tests)
    6666    </para>
    6767
  • multimedia/libdriv/mlt.xml

    ra8f8d6ac r0e6052db  
    7171    <para>
    7272      <xref linkend='doxygen'/>,
     73      <xref linkend='fftw'/>,
    7374      <xref linkend="libexif"/>,
    7475      <xref linkend="sdl"/>,
    75       <ulink url="http://www.fftw.org/">FFTW</ulink>,
    7676      <ulink url="http://jackaudio.org">JACK</ulink>,
    7777      <ulink url="http://www.ipswitchft.com/moveit-managed-file-transfer/">MOVEit</ulink>,
  • multimedia/libdriv/pulseaudio.xml

    ra8f8d6ac r0e6052db  
    101101      <xref linkend="check"/>,
    102102      <phrase revision="sysv"><xref linkend="consolekit"/> (runtime),</phrase>
     103      <xref linkend="fftw"/>,
    103104      <xref linkend="GConf"/>,
    104105      <xref linkend="gtk3"/>,
     
    106107      <xref linkend="sbc"/> (Bluetooth support),
    107108      <xref linkend="valgrind"/>,
    108       <ulink url="http://www.fftw.org/">FFTW</ulink>,
    109109      <ulink url="http://www.jackaudio.org/">JACK</ulink>,
    110110      <ulink url="http://0pointer.de/lennart/projects/libasyncns/">libasyncns</ulink>,
  • packages.ent

    ra8f8d6ac r0e6052db  
    9595<!ENTITY exempi-version               "2.4.2">
    9696<!ENTITY expat-version                "2.1.0">
     97<!ENTITY fftw-version                 "3.3.6-pl2">
    9798<!ENTITY gcab-version                 "0.7">
    9899<!ENTITY glib2-version                "2.52.1">
  • pst/typesetting/asymptote.xml

    ra8f8d6ac r0e6052db  
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    7575    <para role="required">
    76       <xref linkend="gs"/>,
     76      <xref linkend="gs"/> and
    7777      <xref linkend="texlive"/>
    7878    </para>
     
    8080    <bridgehead renderas="sect4">Recommended</bridgehead>
    8181    <para role="recommended">
    82       <xref linkend="freeglut"/>,
     82      <xref linkend="freeglut"/> and
    8383      <xref linkend="gc"/>
    8484    </para>
     
    8787    <para role="optional">
    8888      <xref linkend="gsl"/>,
    89       <xref linkend="libsigsegv"/>,
    90       <ulink url="http://www.fftw.org/">FFTW</ulink>
     89      <xref linkend="libsigsegv"/>, and
     90      <xref linkend="fftw"/>
    9191    </para>
    9292
Note: See TracChangeset for help on using the changeset viewer.