Le 17/04/2019 à 00:54, Lone_Wolf a écrit :
On 16-04-2019 18:28, Bruno Pagani wrote:
Can you show me the diff that you would have between a PKGBUILD compiling against llvm-svn and one compiling against llvm? I need this to assess what to do in this situation.
Regards, Bruno
Diff against most recent upload
$ diff --unified --text PKGBUILD PKGBUILD.stable --color --- PKGBUILD 2019-04-17 00:33:05.000000000 +0200 +++ PKGBUILD.stable 2019-04-17 00:38:03.029521485 +0200 @@ -15,11 +15,11 @@ pkgver=19.1.0_devel.110021.c4478889b71 pkgrel=1 arch=('x86_64') -makedepends=('git' 'python-mako' 'llvm-git' 'clang-git' 'xorgproto' +makedepends=('git' 'python-mako' 'llvm' 'clang' 'xorgproto' 'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio' 'libxrandr' 'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'wayland' 'wayland-protocols' 'meson') depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf' - 'libomxil-bellagio' 'llvm-libs-git' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'glslang') + 'libomxil-bellagio' 'llvm-libs' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'glslang') optdepends=('opengl-man-pages: for the OpenGL API man pages') provides=('mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opencl-mesa' 'opengl-driver' 'opencl-driver') conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau')
Then I would just depend on the non-git version of llvm/clang, and add a pinned comment tell that people wanting the latest feature should also use llvm-git and clang-git. And eventually a note that mesa must be run and compiled against the same clang/llvm version. Regards, Bruno