Changeset 7f6bb5d5 for x


Ignore:
Timestamp:
08/02/2013 01:11:33 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d489d4b
Parents:
741edf7
Message:

mesalib 9.1.6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    r741edf7 r7f6bb5d5  
    77  <!ENTITY mesalib-download-http " ">
    88  <!ENTITY mesalib-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">
    9   <!ENTITY mesalib-md5sum        "4ed2af5943141a85a21869053a2fc2eb">
     9  <!ENTITY mesalib-md5sum        "443a2a352667294b53d56cb1a74114e9">
    1010  <!ENTITY mesalib-size          "5.9 MB">
    11   <!ENTITY mesalib-buildsize     "331 MB">
     11  <!ENTITY mesalib-buildsize     "335 MB">
    1212  <!ENTITY mesalib-time          "4.7 SBU">
    1313
     
    195195
    196196<screen><userinput>patch -Np1 -i ../MesaLib-&mesalib-version;-llvm_fixes-1.patch &amp;&amp;
     197sed -i "/LLVM_VERSION_INT/s:-ne:-lt:" configure.ac &amp;&amp;
    197198autoreconf -fi &amp;&amp;
    198199./configure CFLAGS="-O2" CXXFLAGS="-O2"    \
     
    229230    </para>
    230231
    231 <screen role="root"><userinput>make install</userinput></screen>
     232<screen role="root"><userinput>make install &amp;&amp;
     233install -v -m755 lib/swrast_dri.so /usr/lib/dri/swrast_dri.so</userinput></screen>
     234<!-- remove when mesa 9.2 gets released, llvm 3.3 breaks llvmpipe (gallium swrast
     235driver which installed by default) -->
    232236
    233237    <para>
     
    275279  <sect2 role="commands">
    276280    <title>Command Explanations</title>
     281
     282    <para>
     283      <command>sed -i "..."</command>: This sed fixes building with
     284      <application>LLVM</application> 3.3. Please note that
     285      R600 LLVM Compiler and Gallium LLVMPipe driver are currently
     286      broken with <application>LLVM</application> 3.3.
     287    </para>
    277288
    278289    <para>
     
    360371      href="../../xincludes/static-libraries.xml"/>
    361372
    362     <para>
    363       <option>--enable-r600-llvm-compiler</option>: Use this switch to
     373<!-- broken with llvm 3.3
     374    <para>
     375      <option>- -enable-r600-llvm-compiler</option>: Use this switch to
    364376      enable experimental <application>LLVM</application> backend for
    365377      graphics shaders which claims to speed up the driver.
    366378    </para>
     379-->
    367380
    368381  </sect2>
Note: See TracChangeset for help on using the changeset viewer.