Ignore:
Timestamp:
11/12/2015 02:17:44 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
145cccdf
Parents:
71b2520e
Message:

asymptote: work around build failure with current libgsl by disabling it.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    r71b2520e rdef0c00  
    8989    <para role="optional">
    9090      <ulink url="http://www.fftw.org/">FFTW</ulink>,
    91       <xref linkend="gsl"/>
     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 &lt; 2.0)
    9295    </para>
    9396
     
    126129 --enable-gc=system \
    127130 --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \
    128  --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third &amp;&amp;
     131 --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third \
     132 --disable-gsl &amp;&amp;
    129133make</userinput></screen>
    130134
     
    169173    <application>texlive</application> directories instead of creating a
    170174    <filename class="directory">texmf-local</filename> directory for them.</para>
     175
     176    <para><parameter>--disable-gsl</parameter>: if a current version of libgsl has
     177    been installed, the configure script will attempt to use it and the build will
     178    fail because of changes in that library. Remove this switch if you have installed
     179    an older version of libgsl instead of the current version. It is believed that
     180    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 to
     182    asymptote.</para>
    171183
    172184  </sect2>
Note: See TracChangeset for help on using the changeset viewer.