I don't remember/can't find when I disabled it, but extra/lib32-mesa also has it disabled.
Are you aware of applications that need multilib opencl mesa support ?
Git Clone URL: | https://aur.archlinux.org/lib32-mesa-git.git (read-only, click to copy) |
---|---|
Package Base: | lib32-mesa-git |
Description: | an open-source implementation of the OpenGL specification, git version |
Upstream URL: | https://www.mesa3d.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | Lone_Wolf (rjahanbakhshi) |
Last Packager: | Lone_Wolf |
Votes: | 39 |
Popularity: | 0.082862 |
First Submitted: | 2009-12-18 18:42 |
Last Updated: | 2021-01-13 12:19 |
I don't remember/can't find when I disabled it, but extra/lib32-mesa also has it disabled.
Are you aware of applications that need multilib opencl mesa support ?
Why is lib32-opencl-mesa disabled actually? Is it not possible to build it?
looks like I forgot to remove the provides/conflicts for it, will correct it in next version.
@Lone_Wolf
Package advertises provision of lib32-opencl-mesa, but it's disabled in meson config.
During investigating I found adding libva and libxrandr also satifies the build. This is however due to meson not using lib32 pkg-config & llvm-config but their 64-bit counterparts. Not sure yet whether that's a meson bug or archlinux multilib build bug, but I'll start a forum thread to discuss that (extra lib32-mesa uses same method so may also suffer from this)
Added lib320libva & lib32-libxrandr to makedeps.
For it to build in a clean chroot, I've needed to add 'lib32-libva' and 'lib32-libxrandr' to makedepends.
@Lone_Wolf: this has been fixed in mesa, see https://cgit.freedesktop.org/mesa/mesa/commit/?id=1f41104b9bab50652050bf4524f2b9f371f7ca9b
I just build mesa-git and lib32-mesa-git , neither has any files in /usr/share/locale .
I did notice a warning during build about missing locales, but that's all.
Please build mesa-git & lib32-mesa-git while adding --log to the makepkg command and post the logs somewhere public.
There are now some locale files conflicting with mesa-git too: https://gist.github.com/benoit-pierre/4e0a4f63513d81c8a7a0ca3ff57dba9c
That appears to be caused by this commit : https://cgit.freedesktop.org/mesa/mesa/commit/?id=4334196ab325c6a19d618a392cddcc9f03adeb18
Looks like intel devs feel their tools need to be present if someone builds mesa intel drivers, even if -D tools [] is used to suppress building tools.
Not sure yet how to deal with this, but for now i'm going to remove those files during package.
Pinned Comments
Lone_Wolf commented on 2019-05-09 13:30
This package now uses an environment variable to determine which llvm package it will be built against. Check PKGBUILD for details.