[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: mesa: Build with LLVM 9.
From: |
guix-commits |
Subject: |
02/10: gnu: mesa: Build with LLVM 9. |
Date: |
Mon, 24 Feb 2020 13:56:05 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit cf4fdbcb0bf8ef4639dc162e09d152666fc6b89e
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 24 19:37:45 2020 +0100
gnu: mesa: Build with LLVM 9.
* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-8 to LLVM-9.
---
gnu/packages/gl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 629902c..b863283 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -268,7 +268,7 @@ also known as DXTn or DXTC) for Mesa.")
("libxvmc" ,libxvmc)
,@(match (%current-system)
((or "x86_64-linux" "i686-linux")
- `(("llvm" ,llvm-8)))
+ `(("llvm" ,llvm-9)))
(_
`()))
("makedepend" ,makedepend)
- branch staging updated (d85f8e4 -> 9844848), guix-commits, 2020/02/24
- 03/10: gnu: qtbase: Remove custom 'qtbase-patched' variant., guix-commits, 2020/02/24
- 02/10: gnu: mesa: Build with LLVM 9.,
guix-commits <=
- 06/10: gnu: ImageMagick: Update to 6.9.10-95., guix-commits, 2020/02/24
- 04/10: gnu: ALSA: Update to 1.2.2., guix-commits, 2020/02/24
- 01/10: Merge branch 'master' into staging, guix-commits, 2020/02/24
- 05/10: gnu: libinput: Update to 1.15.2., guix-commits, 2020/02/24
- 07/10: gnu: gtk+: Update to 3.24.14., guix-commits, 2020/02/24
- 08/10: gnu: cups-filters: Update to 1.27.1., guix-commits, 2020/02/24
- 09/10: gnu: pciutils: Update to 3.6.4., guix-commits, 2020/02/24
- 10/10: gnu: bluez: Update to 5.53., guix-commits, 2020/02/24