Changeset 52ae06a


Ignore:
Timestamp:
01/15/2015 09:29:06 PM (9 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, 7.7, 7.8, 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:
094a0de
Parents:
0979b07d
Message:

Update to SWIG-3.0.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/swig.xml

    r0979b07d r52ae06a  
    77  <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "62f9b0d010cef36a13a010dc530d0d41">
    10   <!ENTITY swig-size          "5.42 MB">
    11   <!ENTITY swig-buildsize     "77 MB (up to 1.1 GB for tests)">
    12   <!ENTITY swig-time          "0.4 SBU (24 SBU for tests of Guile, Go, Java, Lua, Perl, PHP, Python, Ruby, and tcl)">
     9  <!ENTITY swig-md5sum        "9cb8c0efda39dc6db5f85389e671fb59">
     10  <!ENTITY swig-size          "5.45 MB">
     11  <!ENTITY swig-buildsize     "78 MB (up to 1.1 GB for tests)">
     12  <!ENTITY swig-time          "0.4 SBU (22 SBU for tests of Guile, Go, Java, Lua, Perl, PHP, Python 2 and 3, Ruby, and Tcl)">
    1313]>
    1414
     
    2222  </sect1info>
    2323
    24   <!-- No other tags inside any title.
    25        Use Title Case in All Titles -->
    2624  <title>SWIG-&swig-version;</title>
    2725
     
    118116
    119117    <para>
     118      Fix an issue with gccgo-4.9.2:
     119    </para>
     120
     121<screen><userinput>sed -i 's/"\.")/"_")/' -i Source/Modules/go.cxx</userinput></screen>
     122
     123    <para>
    120124      Install <application>SWIG</application> by running the following
    121125      commands:
     
    123127
    124128<!-- Spaces are significant in <screen> sections -->
    125 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     129<screen><userinput>./configure --prefix=/usr   \
     130            --without-clisp &amp;&amp;
    126131make</userinput></screen>
    127132
    128133    <para>
    129       To test the results, issue: <command>make -k check</command>. According to
    130       <application>SWIG</application>'s documentation, the failure of some
    131       tests should not be considered harmful.
     134      To test the results, issue: <command>make -k check</command>. If you
     135      have both <xref linkend="python"/> and <xref linkend="python3"/>
     136      installed, only the Python-2 tests are run. You can run test for
     137      Python-3 by issuing <command>PY3=1 make check-python-examples</command>
     138      followed by <command>PY3=1 make check-python-test-suite</command>.
     139      According to <application>SWIG</application>'s documentation, the failure
     140      of some tests should not be considered harmful.
    132141    </para>
    133142
     
    149158      building of tests and examples for &lt;language&gt;, but all the
    150159      languages capabilities of <application>SWIG</application> are always
    151       built.
     160      built. We use it for <application>Clisp</application>, because the
     161      SWIG implementation is very incomplete and a lot of tests fail.
    152162    </para>
    153163  </sect2>
  • introduction/welcome/changelog.xml

    r0979b07d r52ae06a  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[pierre] - Update to swig-3.0.4. Fixes
     52          <ulink url="&blfs-ticket-root;5992">#5992</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[igor] - Update to git-2.2.2. Fixes
    5256          <ulink url="&blfs-ticket-root;6030">#6030</ulink>.</para>
  • packages.ent

    r0979b07d r52ae06a  
    274274<!ENTITY slang-version                "2.2.4">
    275275<!ENTITY subversion-version           "1.8.11">
    276 <!ENTITY swig-version                 "3.0.2">
     276<!ENTITY swig-version                 "3.0.4">
    277277<!ENTITY tcl-version                  "8.6.3">
    278278<!ENTITY tk-version                   "8.6.3">
Note: See TracChangeset for help on using the changeset viewer.