diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-08-03 18:11:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-08-03 18:18:45 +0200 |
commit | 1685128e6e1147049feddee617a616ce7f3592c0 (patch) | |
tree | 5234e78d3034dfea96bb17e5a948e0d81a1082df /gnu/local.mk | |
parent | 2b6bf23c607705abe88d6874303c2fea05bceb63 (diff) | |
download | guix-1685128e6e1147049feddee617a616ce7f3592c0.tar.gz guix-1685128e6e1147049feddee617a616ce7f3592c0.zip |
gnu: mesa-opencl, mesa-opencl-icd: Build all the LLVM targets again.
Reported by John Kehayias <john.kehayias@protonmail.com>
in <https://issues.guix.gnu.org/49794>.
* gnu/packages/patches/mesa-opencl-all-targets.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gl.scm (mesa-opencl)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7491e22b41..a0f320d0ae 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1414,6 +1414,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmemcached-build-with-gcc7.patch \ %D%/packages/patches/libmhash-hmac-fix-uaf.patch \ %D%/packages/patches/mercurial-hg-extension-path.patch \ + %D%/packages/patches/mesa-opencl-all-targets.patch \ %D%/packages/patches/mesa-skip-tests.patch \ %D%/packages/patches/mescc-tools-boot.patch \ %D%/packages/patches/metabat-fix-compilation.patch \ |