Changeset 5101276


Ignore:
Timestamp:
06/16/2016 04:23:22 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
2086c106
Parents:
2e15af7
Message:

SWIG-3.0.10

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/swig.xml

    r2e15af7 r5101276  
    77  <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "4bc5f46a6cdedbd8f579b25fafc96fd6">
     9  <!ENTITY swig-md5sum        "bb4ab8047159469add7d00910e203124">
    1010  <!ENTITY swig-size          "7.6 MB">
    11   <!ENTITY swig-buildsize     "93 MB (1.1 GB with tests)">
     11  <!ENTITY swig-buildsize     "94 MB (1.1 GB with tests)">
    1212  <!ENTITY swig-time          "0.4 SBU (25 SBU for the tests)">
    1313]>
     
    127127
    128128    <para>
    129       To test the results, issue: <command>make -k check</command>. Tests for
    130       many languages are executed, depending on which ones you have installed.
    131       Therefore, disk space and SBU values for the tests should be considered
    132       only indications of necessary space and time, but not even approximated
    133       values should they be considered. If you have both <xref
    134       linkend="python2"/> and <xref linkend="python3"/> installed, the
    135       Python-3 tests are not run.  You can run tests for Python-3 by issuing
     129      To test the results, issue:
     130      <command>make -k check TCL_INCLUDE= GOGCC=true</command>. The (un)setting
     131      of the two variables <envar>GOGCC</envar> and <envar>TCL_INCLUDE</envar>
     132      is necessary, since they are not correctly set by
     133      <emphasis>configure</emphasis>. The tests are only executed for the
     134      languages installed on your machine, so the disk space and SBU values
     135      given for the tests may vary, and should be considered as mere orders of
     136      magnitude. If you have both <xref linkend="python2"/> and
     137      <xref linkend="python3"/> installed, the Python-3 tests are not run.
     138      You can run tests for Python-3 by issuing
    136139      <command>PY3=1 make check-python-examples</command> followed by
    137140      <command>PY3=1 make check-python-test-suite</command>.  According to
     
    149152  </sect2>
    150153
    151   <!--Optional section-->
    152154  <sect2 role="commands">
    153155    <title>Command Explanations</title>
     
    166168      SWIG implementation is very incomplete and a lot of tests fail.
    167169    </para>
     170
    168171  </sect2>
    169172
     
    185188        <seg>
    186189          /usr/share/doc/swig-&swig-version; and
    187           /usr/share/swig/&swig-version;
     190          /usr/share/swig
    188191        </seg>
    189192      </seglistitem>
     
    194197      <?dbfo list-presentation="list"?>
    195198      <?dbhtml list-presentation="table"?>
    196 
    197       <!-- If the program or library name conflicts (is the same) as the
    198       package name, add -prog or -lib to the varlistentry entity id
    199       and the 2nd entry of the indexterm zone entity -->
    200199
    201200      <varlistentry id="swig-prog">
  • introduction/welcome/changelog.xml

    r2e15af7 r5101276  
    4747      <para>June 16th, 2016</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[pierre] - Update to SWIG-3.0.10. Fixes
     51          <ulink url="&blfs-ticket-root;7924">#7924</ulink>.</para>
     52        </listitem>
    4953        <listitem>
    5054          <para>[ken] - Reinstate build command for firefox which I accidentally
  • packages.ent

    r2e15af7 r5101276  
    302302<!ENTITY slang-version                "2.2.4">
    303303<!ENTITY subversion-version           "1.9.4">
    304 <!ENTITY swig-version                 "3.0.9">
     304<!ENTITY swig-version                 "3.0.10">
    305305<!ENTITY tcl-version                  "8.6.5">
    306306<!ENTITY tk-version                   "8.6.5">
Note: See TracChangeset for help on using the changeset viewer.