Changeset 229d069 for general/prog


Ignore:
Timestamp:
05/20/2021 03:41:12 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
d3ad4c0f
Parents:
e9b9a70
Message:

Update to gcc-11.1.0
Update to systemd-248
Update to Python-3.9.5

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    re9b9a70 r229d069  
    77  <!ENTITY gcc-download-http  "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    88  <!ENTITY gcc-download-ftp   "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    9   <!ENTITY gcc-md5sum         "e9fd9b1789155ad09bcf3ae747596b50">
    10   <!ENTITY gcc-size           "72 MB">
    11   <!ENTITY gcc-buildsize      "8.3 GB (2.8 GB installed with all listed languages; add 1.1 GB for tests)">
    12   <!ENTITY gcc-time           "24 SBU (with parallelism=4, add 51 SBU for tests with parallelism=4)">
     9  <!ENTITY gcc-md5sum         "77f6252be0861ab918042acf42bc10ff">
     10  <!ENTITY gcc-size           "75 MB">
     11  <!ENTITY gcc-buildsize      "10.1 GB (2.4 GB installed with all listed languages; add 1.3 GB for tests)">
     12  <!ENTITY gcc-time           "28 SBU (with parallelism=4, add 73 SBU for tests with parallelism=4)">
    1313]>
    1414
     
    151151        installation process will overwrite your existing
    152152        <application>GCC</application> C and C++ compilers and libraries.
    153         Having the <application>Tcl</application>,
     153        <!--Having the <application>Tcl</application>,
    154154        <application>Expect</application> and <application>DejaGnu</application>
    155155        packages installed before beginning the build is highly recommended so
    156         you can run the full suite of tests.
     156        you can run the full suite of tests.-->
     157        Running the full squite of tests is recommended.
    157158      </para>
    158159
     
    204205      in the <quote>guality</quote> suite, as well as miscellaneous failures
    205206      throughout the rest of the test suite. If all the compilers above are
    206       built, there will be  around 120 unexpected failures out of over
     207      built, there will be  around 107 unexpected failures out of over
    207208      468,000 tests. To run the tests, issue:
    208209    </para>
     
    276277      <parameter>--enable-languages=c,c++,d,fortran,go,objc,obj-c++</parameter>:
    277278      This command identifies which languages to build. You may modify
    278       this command to remove undesired languages. Two other languages can be
    279       added, besides ADA (see introduction above): BRIG (add
     279      this command to remove undesired languages. Three other languages can be
     280      added, including ADA, BRIG (add
    280281      <parameter>brig</parameter> to the list of enabled languages), a binary
    281282      format for HSAIL (Heterogeneous System Architecture Intermediate
  • general/prog/python3.xml

    re9b9a70 r229d069  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "2a3dba5fc75b695c45cf1806156e1a97">
    11   <!ENTITY python3-size          "19 MB">
    12   <!ENTITY python3-buildsize     "379 MB (add 37 MB for tests)">
    13   <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 2.1 SBU for tests)">
     10  <!ENTITY python3-md5sum        "71f7ada6bec9cdbf4538adc326120cfd">
     11  <!ENTITY python3-size          "18 MB">
     12  <!ENTITY python3-buildsize     "355 MB (add 47 MB for tests)">
     13  <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 2.5 SBU for tests)">
    1414  <!--
    1515  Note: Size does not reflect docs that were install in LFS.
     
    156156    <para>
    157157      <parameter>--with-system-ffi</parameter>: This switch enables linking
    158       against system version of <application>libffi</application>.
     158      against the system version of <application>libffi</application>.
    159159    </para>
    160160
    161161    <para>
    162162      <parameter>--with-ensurepip=yes</parameter> : This switch enables building
    163       <command>pip</command> and <command>setuptools</command> packaging programs.
    164       <command>setuptools</command> is needed for building some Python modules.
     163      the <command>pip</command> and <command>setuptools</command> packaging
     164      programs. <command>setuptools</command> is needed for building some
     165      Python modules.
    165166    </para>
    166167
    167168    <para>
    168169      <option>--with-dbmliborder=bdb:gdbm:ndbm</option>: Use this switch
    169       if you want to build <application>Python</application> DBM Module
     170      if you want to build the <application>Python</application> DBM Module
    170171      against <application>Berkeley DB</application> instead of
    171172      <application>GDBM</application>.
     
    231232          2to3-&python3-majorver;,
    232233
     234          <!--
    233235          easy_install-&python3-majorver;,
     236          -->
    234237
    235238          idle3 (symlink) and
     
    244247          python3 (symlink);
    245248          python&python3-majorver;, and
    246 
    247           python3 (symlink), and
    248           python&python3-majorver;
    249249
    250250          python3-config (symlink) and
     
    280280      </varlistentry>
    281281      Put here for easy use when removing Python2 -->
     282      <!--
    282283      <varlistentry id="easy_install">
    283284        <term><command>easy_install</command></term>
     
    292293        </listitem>
    293294      </varlistentry>
    294 
     295      -->
    295296      <varlistentry id="idle3">
    296297        <term><command>idle3</command></term>
Note: See TracChangeset for help on using the changeset viewer.