llvm 16.0.6
This commit is contained in:
parent
11cf00d943
commit
81e9634ea0
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = mesa-git
|
||||
pkgdesc = an open-source implementation of the OpenGL specification, git version
|
||||
pkgver = 23.3.0_devel.174362.a944a8eba93.d41d8cd
|
||||
pkgver = 23.3.0_devel.177121.ade44ad82e4.d41d8cd
|
||||
pkgrel = 1
|
||||
url = https://www.mesa3d.org
|
||||
arch = x86_64
|
||||
@ -20,8 +20,8 @@ pkgbase = mesa-git
|
||||
makedepends = glslang
|
||||
makedepends = directx-headers
|
||||
makedepends = libclc
|
||||
makedepends = llvm=15.0.7
|
||||
makedepends = clang=15.0.7
|
||||
makedepends = llvm=16.0.6
|
||||
makedepends = clang=16.0.6
|
||||
depends = libdrm
|
||||
depends = libxxf86vm
|
||||
depends = libxdamage
|
||||
@ -36,7 +36,7 @@ pkgbase = mesa-git
|
||||
depends = vulkan-icd-loader
|
||||
depends = zstd
|
||||
depends = expat
|
||||
depends = llvm-libs=15.0.7
|
||||
depends = llvm-libs=16.0.6
|
||||
optdepends = opengl-man-pages: for the OpenGL API man pages
|
||||
optdepends = clang: opencl
|
||||
optdepends = compiler-rt: opencl
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -12,7 +12,7 @@
|
||||
|
||||
pkgname=mesa-git
|
||||
pkgdesc="an open-source implementation of the OpenGL specification, git version"
|
||||
pkgver=23.3.0_devel.174362.a944a8eba93.d41d8cd
|
||||
pkgver=23.3.0_devel.177121.ade44ad82e4.d41d8cd
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
makedepends=('git' 'python-mako' 'xorgproto'
|
||||
@ -72,8 +72,8 @@ case $MESA_WHICH_LLVM in
|
||||
;;
|
||||
4)
|
||||
# extra/llvm
|
||||
makedepends+=(llvm=15.0.7 clang=15.0.7)
|
||||
depends+=(llvm-libs=15.0.7)
|
||||
makedepends+=(llvm=16.0.6 clang=16.0.6)
|
||||
depends+=(llvm-libs=16.0.6)
|
||||
optdepends+=('clang: opencl' 'compiler-rt: opencl')
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user