Changeset 764b1889
- Timestamp:
- 11/16/2015 09:57:04 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- a0751bdc
- Parents:
- 6e16f2ef
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r6e16f2ef r764b1889 44 44 45 45 --> 46 47 46 <listitem> 48 47 <para>November 16th, 2015</para> 49 48 <itemizedlist> 49 <listitem> 50 <para>[ken] - Fix a build failure in asymptote-2.35 with 51 current libgsl. Fixes 52 <ulink url="&blfs-ticket-root;7104">#7104</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[bdubbs] - Add a modification from upstream to xmlto to fix a -
pst/typesetting/asymptote.xml
r6e16f2ef r764b1889 72 72 </itemizedlist> 73 73 74 <bridgehead renderas="sect3">Asymptote Dependencies</bridgehead>75 76 74 <bridgehead renderas="sect4">Required</bridgehead> 77 75 <para role="required"> … … 89 87 <para role="optional"> 90 88 <ulink url="http://www.fftw.org/">FFTW</ulink>, 91 <!-- link to an external version until asymptote is altered 92 to build with libgsl-2 93 <xref linkend="gsl"/> --> 94 <ulink url="http://ftp.gnu.org/pub/gnu/gsl/">libgsl</ulink> (versions < 2.0) 89 <xref linkend="gsl"/> 95 90 </para> 96 91 … … 116 111 117 112 <para> 113 If you have installed version 2 of libgsl, fix a build failure: 114 </para> 115 116 <screen><userinput>sed -i -e '/ellint_D/s/3/2/' \ 117 sed -e '/ellint_D/s/.SYM(n)//' gsl.cc</userinput></screen> 118 119 <para> 118 120 Install <application>asymptote</application> by running the following 119 121 commands: … … 129 131 --enable-gc=system \ 130 132 --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \ 131 --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third \ 132 --disable-gsl && 133 --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third && 133 134 make</userinput></screen> 134 135 … … 161 162 </para> 162 163 164 <para><parameter>sed ...</parameter>: change the reference to 165 <literal>gsl_sf_ellint_D</literal> to use addGSLDOUBLE2Func and to therefore 166 omit the last parameter, for gsl major version 2.</para> 167 163 168 <para><parameter>--libdir=/opt/texlive/&texlive-year;/texmf-dist;</parameter>: 164 169 This parameter ensures that the <filename class="directory">asymptote</filename> … … 173 178 <application>texlive</application> directories instead of creating a 174 179 <filename class="directory">texmf-local</filename> directory for them.</para> 175 176 <para><parameter>--disable-gsl</parameter>: if a current version of libgsl has177 been installed, the configure script will attempt to use it and the build will178 fail because of changes in that library. Remove this switch if you have installed179 an older version of libgsl instead of the current version. It is believed that180 few people need to link asymptote to libgsl: if you are one of those people,181 please consider updating the user notes to explain what libgsl brings to182 asymptote.</para>183 180 184 181 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.