On Tue, Apr 06, 2021 at 03:32:48PM +0300, Efraim Flashner wrote:
>
> + ;; The llvm-based tests are flakey on non-Intel hardware.
> + #:tests? ,(if (string=? "powerpc-linux" (or (%current-system)
> + (%current-target-system)))
> +
* gnu/packages/gl.scm (mesa)[inputs]: Add llvm, glslang for powerpc.
[arguments]: Customize the configure flags for powerpc. Skip tests on
powerpc.
---
gnu/packages/gl.scm | 18 +++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.