Ignore:
Timestamp:
02/11/2016 12:08:29 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:
c49365a9
Parents:
4b0eaf01
Message:

asymptote-2.36

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    r4b0eaf01 rcced370  
    77  <!ENTITY asymptote-download-http "&sourceforge-repo;/sourceforge/asymptote/asymptote-&asymptote-version;.src.tgz">
    88  <!ENTITY asymptote-download-ftp  " ">
    9   <!ENTITY asymptote-md5sum        "199e971792072527bd0cb1583d8ef3fb">
    10   <!ENTITY asymptote-size          "3.2 MB">
    11   <!ENTITY asymptote-buildsize     "162 MB">
    12   <!ENTITY asymptote-time          "1.8 SBU">
     9  <!ENTITY asymptote-md5sum        "e4079e7f35b12fab3f7af18bc5206824">
     10  <!ENTITY asymptote-size          "3.3 MB">
     11  <!ENTITY asymptote-buildsize     "164 MB">
     12  <!ENTITY asymptote-time          "1.9 SBU">
    1313]>
    1414
     
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    7575    <para role="required">
     76      <xref linkend="freeglut"/>,
    7677      <xref linkend="gs"/>,
    7778      <xref linkend="texlive"/>
     
    8081    <bridgehead renderas="sect4">Recommended</bridgehead>
    8182    <para role="recommended">
    82       <xref linkend="freeglut"/> (for 3D drawing),
    8383      <xref linkend="gc"/>
    8484    </para>
     
    109109  <sect2 role="installation">
    110110    <title>Installation of asymptote</title>
    111 
    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        -e '/ellint_D/s/.SYM(n)//' gsl.cc</userinput></screen>
    118111
    119112    <para>
     
    161154      <emphasis>will</emphasis> be found by <command>info</command>.
    162155    </para>
    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>
    167156
    168157    <para><parameter>--libdir=/opt/texlive/&texlive-year;/texmf-dist;</parameter>:
Note: See TracChangeset for help on using the changeset viewer.