Re: How to use llvm15 for building a package

2023-07-06 Thread Frantisek Zatloukal
On Wed, Jul 5, 2023 at 3:25 AM Luya Tshimbalanga wrote: > I confirm I run the same issue once I properly set parameters for building > on cmake ( -DLLVM_ROOT=%{_libdir}/llvm15 \ >-DLLVM_BC_GENERATOR='clang++' \). > I am not sure this is what you'd want to do anyway as you'll be mixing

Re: How to use llvm15 for building a package

2023-07-04 Thread Luya Tshimbalanga
> On 7/3/23 19:37, Luya Tshimbalanga wrote: > > When I try to build from the rawhide branch, I get: > > /usr/include/OpenImageIO/detail/fmt/core.h:1691:7: error: static assertion > failed: Cannot > format an argument. To make type T formattable provide a formatter > specialization:

Re: How to use llvm15 for building a package

2023-07-03 Thread Vitaly Zaitsev via devel
On 04/07/2023 05:24, Tom Stellard wrote: /usr/include/OpenImageIO/detail/fmt/core.h:1691:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter specialization: https://fmt.dev/latest/api.html#udt This seems like a failure unrelated to

Re: How to use llvm15 for building a package

2023-07-03 Thread Tom Stellard
On 7/3/23 19:37, Luya Tshimbalanga wrote: On 2023-07-03 17:08, Tom Stellard wrote: On 7/3/23 11:31, Luya Tshimbalanga wrote: Hello team, I attempt to build openshadinglanguage with llvm15 as upstream has yet to support LLVM 16. Can someone have a pointed how to set a cmake parameter for

Re: How to use llvm15 for building a package

2023-07-03 Thread Luya Tshimbalanga
On 2023-07-03 17:08, Tom Stellard wrote: On 7/3/23 11:31, Luya Tshimbalanga wrote: Hello team, I attempt to build openshadinglanguage with llvm15 as upstream has yet to support LLVM 16. Can someone have a pointed how to set a cmake parameter for llvm15 and its bitecode validation? See the

Re: How to use llvm15 for building a package

2023-07-03 Thread Tom Stellard
On 7/3/23 11:31, Luya Tshimbalanga wrote: Hello team, I attempt to build openshadinglanguage with llvm15 as upstream has yet to support LLVM 16. Can someone have a pointed how to set a cmake parameter for llvm15 and its bitecode validation? See the spec file on:

How to use llvm15 for building a package

2023-07-03 Thread Luya Tshimbalanga
Hello team, I attempt to build openshadinglanguage with llvm15 as upstream has yet to support LLVM 16. Can someone have a pointed how to set a cmake parameter for llvm15 and its bitecode validation? See the spec file on: