Changeset 2d3c8d3


Ignore:
Timestamp:
02/20/2019 11:02:09 PM (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:
7796938
Parents:
be4e0ca
Message:

fftw: Change Command Explanations markup to parameter instead of optional, remove no-longer-used disable-static, add explanation for long double.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/fftw.xml

    rbe4e0ca r2d3c8d3  
    150150
    151151      <para>
    152         <option>--enable-shared --disable-static</option>: Use shared libs
     152        <parameter>--enable-shared</parameter>: Use shared libs
    153153        instead of static libs.
    154154      </para>
    155155
    156156      <para>
    157         <option>--enable-threads</option>: This enables <filename
     157        <parameter>--enable-threads</parameter>: This enables <filename
    158158        class="libraryfile"> libfftw3_threads.so</filename> to be compiled.
    159159        It is used by e.g. the <application>gimp</application> plugin from
     
    162162
    163163      <para>
    164         <option>--enable-float</option>: This enables building the library that
     164        <parameter>--enable-float</parameter>: This enables building the library that
    165165        uses single precision floating point arithmetic.  It is faster but less
    166166        precise than the default double precision library.  The library will be
    167167        called <filename class="libraryfile">libfftw3f.so</filename> needed by
    168168        <xref linkend="pulseaudio"/>.
     169      </para>
     170
     171      <para>
     172        <parameter>--enable-long-double</parameter>: This enables building the
     173        library that uses higher precision long-double floating point arithmetic.
     174        The library will be called <filename
     175        class="libraryfile">libfftw3l.so</filename>.
    169176      </para>
    170177
Note: See TracChangeset for help on using the changeset viewer.