14 May
2019
14 May
'19
2:29 p.m.
On 08-05-2019 15:19, Lone_Wolf wrote:
On 08-05-2019 14:58, Eli Schwartz via aur-general wrote:
On 5/8/19 8:41 AM, Lone_Wolf wrote:
Hi,
llvm-git (and it's predecessor llvm-svn) is intended to provide a full implementation of the llvm/clang compiler suite. It's a huge package that takes a lot of time and processor capacity to build.
While mesa needs llvm, it only needs a subset.
examples :
llvm-git builds with ocaml support, but mesa doesn't use ocaml at all. llvm-minimal-git, perhaps? If it is just building the core.
mesa requires llvm and clang (compiler-rt is needed for clang) , minimal may fit that.
I've thought it over and minimal does fit much better then previous attempts. Busy rewriting PKGBUILDs to this new naming scheme. Lone_Wolf