Warning, /eic-spack/config/ci/packages.yaml is written in an unsupported language. File is not indexed.
0001 packages:
0002 # Require GCC >= 13 runtime to ensure GLIBCXX_3.4.32 (needed by node-js 24/V8
0003 # and other modern C++20 packages). Without this, the concretizer reuses a
0004 # stale gcc-runtime-10.x from the build cache (which only provides
0005 # GLIBCXX <= 3.4.30), causing link-time failures at package build time.
0006 gcc-runtime:
0007 require:
0008 - "@13:"
0009 gl:
0010 require:
0011 - glx
0012 libglx:
0013 require:
0014 - opengl
0015 egl:
0016 buildable: false
0017 externals:
0018 - spec: egl@1.5
0019 prefix: /usr
0020 opengl:
0021 buildable: false
0022 externals:
0023 - spec: opengl@4.6
0024 prefix: /usr
0025 openglu:
0026 buildable: false
0027 externals:
0028 - spec: openglu@1.4
0029 prefix: /usr
0030 mesa:
0031 require:
0032 - ~llvm