Changeset d872f26
- Timestamp:
- 08/15/2017 09:25:10 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0eb52a8
- Parents:
- 8dfc5c3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/fftw.xml
r8dfc5c3 rd872f26 113 113 </para> 114 114 115 <para> 116 <option>--enable-float</option>: This enables floating point, and 117 will cause the library to be called <filename 118 class="libraryfile">libfftw3f.so</filename> (needed by <ulink 119 url="http://www.rawtherapee.com/">RawTherapee</ulink> (and similarly 120 for the threaded library if that is built (not needed by RawTherapee). 121 These versions are not usable by packages in this book which use <filename 122 class="libraryfile">libfftw3</filename> so if you need both you will 123 need to build <application>fftw</application> twice. 124 </para> 125 115 126 </sect2> 116 127 … … 128 139 </seg> 129 140 <seg> 130 libfftw3.so and libfftw3_threads.so 141 libfftw3.so and libfftw3_threads.so, or libfftw3f.so and 142 libfftw3f_threads.so 131 143 </seg> 132 144 <seg> … … 169 181 </varlistentry> 170 182 183 <varlistentry id="libfftw3"> 184 <term><filename class="libraryfile">libfftw3.so</filename></term> 185 <listitem> 186 <para> 187 is the Fast Fourier Transform library 188 </para> 189 <indexterm zone="fftw libfftw3"> 190 <primary sortas="c-libfftw3">libfftw3.so</primary> 191 </indexterm> 192 </listitem> 193 </varlistentry> 194 195 <varlistentry id="libfftw3_threads"> 196 <term><filename class="libraryfile">libfftw3_threads.so</filename></term> 197 <listitem> 198 <para> 199 is the threaded Fast Fourier Transform library 200 </para> 201 <indexterm zone="fftw libfftw3_threads"> 202 <primary sortas="c-libfftw3_threads">libfftw3_threads.so</primary> 203 </indexterm> 204 </listitem> 205 </varlistentry> 206 207 <varlistentry id="libfftw3f"> 208 <term><filename class="libraryfile">libfftw3f.so</filename></term> 209 <listitem> 210 <para> 211 is the floating-point Fast Fourier Transform library 212 </para> 213 <indexterm zone="fftw libfftw3f"> 214 <primary sortas="c-libfftw3f">libfftw3f.so</primary> 215 </indexterm> 216 </listitem> 217 </varlistentry> 218 219 <varlistentry id="libfftw3f_threads"> 220 <term><filename class="libraryfile">libfftw3f_threads.so</filename></term> 221 <listitem> 222 <para> 223 is the threaded floating-point Fast Fourier Transform library 224 </para> 225 <indexterm zone="fftw libfftw3f_threads"> 226 <primary sortas="c-libfftw3f_threads">libfftw3f_threads.so</primary> 227 </indexterm> 228 </listitem> 229 </varlistentry> 230 171 231 </variablelist> 172 232 -
introduction/welcome/changelog.xml
r8dfc5c3 rd872f26 46 46 <para>August 15th, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[ken] - Add optional instructions to fftw for installing the 50 threaded libfftw3f lib(s) (needs a separate build from the regular 51 fftw build).</para> 52 </listitem> 48 53 <listitem> 49 54 <para>[pierre] - Update to GCC and GCC-Ada 7.2.0. Fixes
Note:
See TracChangeset
for help on using the changeset viewer.