Changeset 2d3c8d3
- Timestamp:
- 02/20/2019 11:02:09 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 7796938
- Parents:
- be4e0ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/fftw.xml
rbe4e0ca r2d3c8d3 150 150 151 151 <para> 152 < option>--enable-shared --disable-static</option>: Use shared libs152 <parameter>--enable-shared</parameter>: Use shared libs 153 153 instead of static libs. 154 154 </para> 155 155 156 156 <para> 157 < option>--enable-threads</option>: This enables <filename157 <parameter>--enable-threads</parameter>: This enables <filename 158 158 class="libraryfile"> libfftw3_threads.so</filename> to be compiled. 159 159 It is used by e.g. the <application>gimp</application> plugin from … … 162 162 163 163 <para> 164 < option>--enable-float</option>: This enables building the library that164 <parameter>--enable-float</parameter>: This enables building the library that 165 165 uses single precision floating point arithmetic. It is faster but less 166 166 precise than the default double precision library. The library will be 167 167 called <filename class="libraryfile">libfftw3f.so</filename> needed by 168 168 <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>. 169 176 </para> 170 177
Note:
See TracChangeset
for help on using the changeset viewer.