./parallel/opencl-clang, OpenCL-oriented wrapper library around clang

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 16.0.0, Package name: opencl-clang-16.0.0, Maintainer: pkgsrc-users

OpenCL (Open Computing Language) is an open, royalty-free standard for
cross-platform, parallel programming of diverse accelerators found in
supercomputers, cloud servers, personal computers, mobile devices and
embedded platforms.

opencl-clang is a thin wrapper library around clang. The library has a
OpenCL-oriented API and is capable to compile OpenCL C kernels to SPIR-V
modules for consumption by e.g. GPU drivers.


Master sites:

Filesize: 27.747 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-14 14:16:06 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
opencl-clang: updated to 16.0.0

v16.0.0
opencl-clang linked against LLVM 16 libraries
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-11-19 13:35:57 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
opencl-clang: fix PLIST
   2022-11-14 20:02:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
opencl-clang: updated to 15.0.0

15.0.0
This release is linked against LLVM 15.0.0 and SPIR-V LLVM translator v15.0.0.
   2022-08-17 18:21:25 by Tobias Nygren | Files touched by this commit (1)
Log message:
opencl-clang: explicitly set GITHUB_PROJECT

This works around a subtle bug in github.mk.

Long story short is GITHUB_PROJECT is used to infer WRKSRC when github.mk
is in use. In addition, GITHUB_PROJECT is inferred from DISTNAME when
not explicitly set by the package.
If one wants to reference WRKSRC in a BUILDLINK_TRANSFORM, that breaks
because cwrappers.mk is evaluated before bsd.fetch.mk and GITHUB_PROJECT
is not yet known at that point, leading to an invalid WRKSRC expansion.
   2022-08-17 17:34:36 by Tobias Nygren | Files touched by this commit (1)
Log message:
opencl-clang: take out --version-script where not supported