Re: [ITA] pocl

2024-01-14 Thread Takashi Yano via Cygwin-apps
On Sun, 14 Jan 2024 20:46:10 + Jon Turney wrote: > On 14/01/2024 14:57, Takashi Yano via Cygwin-apps wrote: > > I cannot reproduce this even if I uninstall libpocl-devel. Umm, what > > is the difference? > > Yeah, confusing. I think it might have been caused by not having > libOpenCL-devel

Re: [ITP] svt-av1

2024-01-14 Thread Takashi Yano via Cygwin-apps
On Sun, 14 Jan 2024 18:59:19 + Jon Turney wrote: > On 14/01/2024 15:20, Takashi Yano via Cygwin-apps wrote: > > This is because FOPEN macro conflicts with the same name macro in > > cygwin's /usr/include/sys/_default_fcntl.h. > > > > I'll add comment. Thanks! > > Hmm... go ahead. > > How

Re: [ITA] llvm

2024-01-14 Thread ASSI via Cygwin-apps
ASSI via Cygwin-apps writes: > That's mildly confusing to me… anyway, I'll try to build LLVM from this > (maybe this weekend). I expect there will need to be further changes to > the packaging, given how far out of date the cygport you based it on is. LLVM 16 does indeed build (didn't look at

Re: [ITA] pocl

2024-01-14 Thread Jon Turney via Cygwin-apps
On 14/01/2024 14:57, Takashi Yano via Cygwin-apps wrote: On Sat, 13 Jan 2024 15:48:33 + Jon Turney wrote: On 04/01/2024 00:55, Takashi Yano via Cygwin-apps wrote: [...] # The entire code is under MIT # include/utlist.h which is under BSD-1-Clause (unbundled) # lib/kernel/vecmath which is

Re: Automatic announcement generation by calm

2024-01-14 Thread Jon Turney via Cygwin-apps
On 08/01/2024 13:42, Brian Inglis via Cygwin-apps wrote: On 2024-01-08 06:01, Thomas Wolff via Cygwin-apps wrote: Am 08/01/2024 um 13:35 schrieb Corinna Vinschen via Cygwin-apps: On Jan  7 16:12, Jon Turney via Cygwin-apps wrote: [...] The mail follows a similar format to that generated by

Re: [ITP] svt-av1

2024-01-14 Thread Jon Turney via Cygwin-apps
On 14/01/2024 15:20, Takashi Yano via Cygwin-apps wrote: Thanks for reviewing. No problem! On Sat, 13 Jan 2024 16:06:45 + Jon Turney wrote: On 07/01/2024 10:42, Takashi Yano via Cygwin-apps wrote: #ifdef _WIN32 -#define FOPEN(f, s, m) fopen_s(, s, m) +#define SVT_FOPEN(f, s, m)

Re: [ITP] svt-av1

2024-01-14 Thread Takashi Yano via Cygwin-apps
Hi Jon, Thanks for reviewing. On Sat, 13 Jan 2024 16:06:45 + Jon Turney wrote: > On 07/01/2024 10:42, Takashi Yano via Cygwin-apps wrote: > > SVT-AV1 is video encoder/decoder for av1, which has > > very fast encoder compared with aom. Fedora has this > >

Re: [ITA] pocl

2024-01-14 Thread Takashi Yano via Cygwin-apps
Hi Jon, Thanks for revewing. On Sat, 13 Jan 2024 15:48:33 + Jon Turney wrote: > On 04/01/2024 00:55, Takashi Yano via Cygwin-apps wrote: > [...] > > Any comments and advices will be appreciated. > > Thanks for adopting this. > > > pocl.cygport > > > > inherit clang cmake > > > >