Changeset b4528ed for general


Ignore:
Timestamp:
06/08/2024 07:38:51 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
gimp3, trunk
Children:
fcb3fe6
Parents:
4dc1987
git-author:
Xi Ruoyao <xry111@…> (06/08/2024 05:46:43 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/08/2024 07:38:51 PM)
Message:

llvm: Get rid of rpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r4dc1987 rb4528ed  
    274274
    275275    <para>
     276      Ensure installing the <command>FileCheck</command> program which is
     277      needed by the test suite of some packages (for example
     278      <xref linkend='rust'/>):
     279    </para>
     280
     281    <screen><userinput>sed 's/utility/tool/' -i utils/FileCheck/CMakeLists.txt</userinput></screen>
     282
     283    <para>
    276284      Install <application>LLVM</application> by running the following
    277285      commands:
     
    283291CC=gcc CXX=g++                              \
    284292cmake -DCMAKE_INSTALL_PREFIX=/usr           \
     293      -DCMAKE_SKIP_INSTALL_RPATH=ON         \
    285294      -DLLVM_ENABLE_FFI=ON                  \
    286295      -DCMAKE_BUILD_TYPE=Release            \
     
    391400    </para>
    392401
    393 <screen role="root"><userinput>ninja install &amp;&amp;
    394 cp bin/FileCheck /usr/bin</userinput></screen>
     402<screen role="root"><userinput>ninja install</userinput></screen>
    395403<!-- as of version 13.0.0, the install process seems to install the html
    396404     documentation and the manual pages. The llvm html documentation
     
    424432  <sect2 role="commands">
    425433    <title>Command Explanations</title>
     434
     435    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     436      href="../../xincludes/cmake-skip-install-rpath.xml"/>
    426437
    427438    <para>
Note: See TracChangeset for help on using the changeset viewer.