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 in
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 int
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 th
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 un
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 "cy
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(&f, s, m)
+#define SVT_FOPEN(f, s, m) fop
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
> > package.https://src.fedoraproject.org/
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
> >
> > NAME="poc