Changeset 2ef7106 for x


Ignore:
Timestamp:
12/24/2023 09:35:56 PM (5 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
e2cd809
Parents:
8364a13a
Message:

Update to glslang-14.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/glslang.xml

    r8364a13a r2ef7106  
    77  <!ENTITY glslang-download-http "https://github.com/KhronosGroup/glslang/archive/refs/tags/&glslang-version;/glslang-&glslang-version;.tar.gz">
    88  <!ENTITY glslang-download-ftp  " ">
    9   <!ENTITY glslang-md5sum        "65fc5f9ed3440ff7ccd9760327ba1083">
     9  <!ENTITY glslang-md5sum        "bfbf7fb0d18d00306ef229f289a8d593">
    1010  <!ENTITY glslang-size          "3.6 MB">
    11   <!ENTITY glslang-buildsize     "161 MB">
    12   <!ENTITY glslang-time          "0.4 SBU (with parallelism=8)">
     11  <!ENTITY glslang-buildsize     "161 MB (with tests">
     12  <!ENTITY glslang-time          "0.2 SBU (with parallelism=8; with tests)">
    1313]>
    1414
     
    9191      -DALLOW_EXTERNAL_SPIRV_TOOLS=ON \
    9292      -DBUILD_SHARED_LIBS=ON          \
     93      -DGLSLANG_TESTS=ON              \
    9394      -G Ninja .. &amp;&amp;
    9495ninja</userinput></screen>
     
    119120      <parameter>-DBUILD_SHARED_LIBS=ON</parameter>: This switch builds shared
    120121      versions of the libraries, and does not install static versions of them.
     122    </para>
     123
     124    <para>
     125      <parameter>-DGLSLANG_TESTS=ON</parameter>: This switch builds the
     126      tests for the package.
    121127    </para>
    122128
Note: See TracChangeset for help on using the changeset viewer.