Ignore:
Timestamp:
02/13/2016 07:48:09 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
ab88249
Parents:
5f0df0c
Message:

Merge several recent changes from trunk - sync relevant changes to r16949.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16960 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    r5f0df0c rcecac4d  
    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.