Changeset f527eeb for pst/typesetting


Ignore:
Timestamp:
04/09/2019 10:36:36 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
7cc81bb
Parents:
c447484
Message:

Asymptote-2.49, and add GLEW-2.1.0 and GLM-0.9.9.5 for it.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    rc447484 rf527eeb  
    77  <!ENTITY asymptote-download-http "&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz">
    88  <!ENTITY asymptote-download-ftp  " ">
    9   <!ENTITY asymptote-md5sum        "ffa053469aa1f6c8e5f40817646fe533">
    10   <!ENTITY asymptote-size          "3.5 MB">
    11   <!ENTITY asymptote-buildsize     "159 MB">
    12   <!ENTITY asymptote-time          "2.0 SBU">
     9  <!ENTITY asymptote-md5sum        "9b125968ff16edb27b10423877969e63">
     10  <!ENTITY asymptote-size          "3.6 MB">
     11  <!ENTITY asymptote-buildsize     "171 MB">
     12  <!ENTITY asymptote-time          "2.5 SBU">
    1313]>
    1414
     
    8181    <para role="recommended">
    8282      <xref linkend="freeglut"/>,
    83       <xref linkend="gc"/> and
     83      <xref linkend="gc"/>,
     84      <xref linkend="glew"/>,
     85      <xref linkend="glm"/> and
    8486      <xref linkend="libtirpc"/>
    8587    </para>
     
    105107  <sect2 role="installation">
    106108    <title>Installation of asymptote</title>
    107 
    108     <para>
    109       First, issue the following command to fix building with <xref
    110       linkend="gc"/>:
    111     </para>
    112 
    113     <screen><userinput>cat &gt;&gt; main.cc &lt;&lt; EOF
    114 
    115 #ifdef USEGC
    116 GC_API void GC_CALL GC_throw_bad_alloc() {
    117   std::bad_alloc();
    118 }
    119 #endif
    120 EOF</userinput></screen>
    121109
    122110    <para>
     
    141129    <para>
    142130      To test the results, issue: <command>make check</command>.
    143       Note that if PyQt5 has not been installed some UI tests will report
    144       that pyuic5 and other commands are not found, followed by
    145       ''Error 127 (ignored)'.
    146131    </para>
    147132
Note: See TracChangeset for help on using the changeset viewer.