Changeset f527eeb


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

Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc447484 rf527eeb  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 8th, &year;">
     9<!ENTITY releasedate  "April 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/graphlib.xml

    rc447484 rf527eeb  
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gegl.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="giflib.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glm.xml"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="graphite2.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="harfbuzz.xml"/>
  • introduction/welcome/changelog.xml

    rc447484 rf527eeb  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>April 9th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to asymptote-2.49 and add its new recommended
     49          dependencies of glew-2.1.0 and glm-0.9.9.5. Fixes
     50          <ulink url="&blfs-ticket-root;11867">#11867</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455    <listitem>
    4556      <para>April 8th, 2019</para>
  • packages.ent

    rc447484 rf527eeb  
    201201<!ENTITY gegl-version                 "0.4.14">
    202202<!ENTITY giflib-version               "5.1.9">
     203<!ENTITY glm-version                  "0.9.9.5">
    203204<!ENTITY graphite2-version            "1.3.13">
    204205<!ENTITY harfbuzz-version             "2.4.0">
     
    688689<!ENTITY freeglut-version             "3.0.0">
    689690<!ENTITY gdk-pixbuf-version           "2.38.1">
     691<!ENTITY glew-version                 "2.1.0">
    690692<!ENTITY glu-version                  "9.0.0">
    691693<!ENTITY goffice010-version           "0.10.44">
     
    10261028 in asymptote, biber and xindy -->
    10271029<!ENTITY texlive-year                 "2018">
    1028 <!ENTITY asymptote-version            "2.47">
     1030<!ENTITY asymptote-version            "2.49">
    10291031<!ENTITY biber-version                "2.12">
    10301032<!ENTITY biblatex-version             "3.12">
  • 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
  • x/lib/lib.xml

    rc447484 rf527eeb  
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="freeglut.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glew.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glu.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="goffice010.xml"/>
Note: See TracChangeset for help on using the changeset viewer.