Changeset b968722 for x/installing


Ignore:
Timestamp:
09/21/2023 04:15:22 AM (8 months ago)
Author:
Rahul Chandra <rahulshaku2@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
55159cf
Parents:
2778259
Message:

Update to mesa-23.1.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r2778259 rb968722  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "1b95b46eb977b2b34cd9c02e93ca4659">
     9  <!ENTITY mesa-md5sum        "6c89b2d1335993d708e1810eacfba9e4">
    1010  <!ENTITY mesa-size          "18 MB">
    11   <!ENTITY mesa-buildsize     "465 MB (with docs, add 221 MB for tests)">
    12   <!ENTITY mesa-time          "2.6 SBU (with docs; add 0.4 SBU for tests; both with parallelism=4)">
     11  <!ENTITY mesa-buildsize     "465 MB (with docs, add 216 MB for tests)">
     12  <!ENTITY mesa-time          "2.6 SBU (with docs; add 0.5 SBU for tests; both with parallelism=4)">
    1313]>
    1414
     
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     78    <!-- Remove this once mesa reaches 23.2 because it is already merged in the new branch-->
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/mesa-23.1.8-llvm17-fix-1.patch"/>
     83          Fixes a build issue relating to a removed header in llvm-17
     84        </para>
     85      </listitem>
    7886    <!-- 9 Apr 23.  Change to unversioned patch since it never changes. -->
    7987      <listitem>
     
    206214  <sect2 role="installation">
    207215    <title>Installation of Mesa</title>
    208 
    209216    <para>
    210217      If you have downloaded the xdemos patch (needed if testing the Xorg
     
    274281    </para>
    275282
    276 <screen><userinput>mkdir build &amp;&amp;
     283<screen><userinput>patch -Np1 -i ../mesa-23.1.8-llvm17-fix-1.patch
     284mkdir build &amp;&amp;
    277285cd    build &amp;&amp;
    278286
     
    292300      To test the results, issue:
    293301      <command>meson configure -Dbuild-tests=true &amp;&amp; ninja test</command>.
    294       Three tests related to mesa:intel are known to fail.
     302       One test relating to mesa:util is known to timeout
    295303    </para>
    296304<!-- All 88 tests passed for me for 22.3.3 [pierre]
    297305     All 90 tests passed for me for 23.1.0 [bdubbs]
     306     89 Tests passed for me, 1 timeout on 23.1.8 [rahul]
    298307-->
    299308
Note: See TracChangeset for help on using the changeset viewer.