Changeset 5eb179fa for general


Ignore:
Timestamp:
06/10/2020 04:54:53 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
9480b5d
Parents:
83d1722c
Message:

Update to swig-4.0.2

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

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dbus-python.xml

    r83d1722c r5eb179fa  
    126126      <para>
    127127        To test the results, issue: <command>make -C python2 check</command>.
    128         One test reports error due to dbus issues.
     128        Several tests report an error due to dbus issues.
    129129      </para>
    130130
  • general/prog/pycairo2.xml

    r83d1722c r5eb179fa  
    7272      <bridgehead renderas="sect5">Required</bridgehead>
    7373      <para role="required">
    74         <xref linkend="cairo"/>,
     74        <xref linkend="cairo"/> and
    7575        <xref linkend="python2"/>
    7676      </para>
  • general/prog/swig.xml

    r83d1722c r5eb179fa  
    77  <!ENTITY swig-download-http "&sourceforge-dl;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "54cc40b3804816f7d38ab510b6f13b04">
     9  <!ENTITY swig-md5sum        "7c3e46cb5af2b469722cafa0d91e127b">
    1010  <!ENTITY swig-size          "7.7 MB">
    11   <!ENTITY swig-buildsize     "181 MB (1.2 GB with tests)">
    12   <!ENTITY swig-time          "0.2 SBU (add 9.4 SBU for tests; both using parallelism=4)">
     11  <!ENTITY swig-buildsize     "118 MB (1.3 GB with tests)">
     12  <!ENTITY swig-time          "0.2 SBU (add 9.3 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    140140      <command>PY3=1 make check-python-test-suite</command>. --> According to
    141141      <application>SWIG</application>'s documentation, the failure of some
    142       tests should not be considered harmful.
     142      tests should not be considered harmful. The go tests are buggy and may
     143      generate a lot of meaningless output.
    143144    </para>
    144145
Note: See TracChangeset for help on using the changeset viewer.