Re: git: 75ac7903573c - main - graphics/darktable: Use GCC as the compiler instead of LLVM
- Reply: Jan Beich : "Re: git: 75ac7903573c - main - graphics/darktable: Use GCC as the compiler instead of LLVM"
- In reply to: Jean-Sébastien_Pédron : "Re: git: 75ac7903573c - main - graphics/darktable: Use GCC as the compiler instead of LLVM"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 17:45:43 UTC
Jean-Sébastien Pédron <dumbbell@FreeBSD.org> writes: > On 28/01/2023 18:10, Dima Panov wrote: > >> BTW, USES+= llvm:14,build can be enchanted by USES+= >> llvm:min=14,build to allow llvm15 too for opencl part. > > I tried that, but there was another error. I'm wondering if something > is missing from our LLVM 15. For instance, I see that > intel-compute-runtime ports (the underlying OpenCL implementation for > Intel GPUs) is available for LLVM up-to 14, not 15. intel-compute-runtime for LLVM15 requires updating intel-graphics-compiler but doing so breaks intel-compute-runtime at runtime likely because the version is too old. However, updating intel-compute-runtime was postponed because it requires patching out more features not supported on FreeBSD. Note, upstream still recommends LLVM11 as production-ready. https://github.com/intel/intel-graphics-compiler/projects/5