Changeset 99dab99 for general


Ignore:
Timestamp:
02/20/2019 08:14:28 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
18716b22
Parents:
c58eff8
Message:

fftw: Document the long double libraries.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/fftw.xml

    rc58eff8 r99dab99  
    176176    <segmentedlist>
    177177      <segtitle>Installed Programs</segtitle>
    178       <segtitle>Installed Library</segtitle>
     178      <segtitle>Installed Libraries</segtitle>
    179179      <segtitle>Installed Directories</segtitle>
    180180
     
    184184        </seg>
    185185        <seg>
    186           libfftw3.so and libfftw3_threads.so, or libfftw3f.so and
    187           libfftw3f_threads.so
     186          libfftw3.so, libfftw3_threads.so, libfftw3f.so,
     187          libfftw3f_threads.so, libfftw3l.so and libfftw3l_threads.so
    188188        </seg>
    189189        <seg>
     
    274274      </varlistentry>
    275275
     276      <varlistentry id="libfftw3l">
     277        <term><filename class="libraryfile">libfftw3l.so</filename></term>
     278        <listitem>
     279          <para>
     280            is the long double Fast Fourier Transform library
     281          </para>
     282          <indexterm zone="fftw libfftw3l">
     283            <primary sortas="c-libfftw3l">libfftw3l.so</primary>
     284          </indexterm>
     285        </listitem>
     286      </varlistentry>
     287
     288      <varlistentry id="libfftw3l_threads">
     289        <term><filename class="libraryfile">libfftw3l_threads.so</filename></term>
     290        <listitem>
     291          <para>
     292            is the threaded long double Fast Fourier Transform library
     293          </para>
     294          <indexterm zone="fftw libfftw3l_threads">
     295            <primary sortas="c-libfftw3l_threads">libfftw3l_threads.so</primary>
     296          </indexterm>
     297        </listitem>
     298      </varlistentry>
     299
    276300    </variablelist>
    277301
Note: See TracChangeset for help on using the changeset viewer.