Port details |
- opencl-clang Clang wrapper to compile OpenCL C kernels to SPIR-V modules
- 17.0.0 devel =2 17.0.0Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2019-12-07 17:31:54
- Last Update: 2024-02-17 06:05:58
- Commit Hash: f395ed6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: NCSA
- WWW:
- https://github.com/intel/opencl-clang
- Description:
- Common clang is a thin wrapper library around clang. Common clang has
OpenCL-oriented API and is capable to compile OpenCL C kernels to
SPIR-V modules.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- opencl-clang-llvm17>0:devel/opencl-clang
- To install the port:
- cd /usr/ports/devel/opencl-clang/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/opencl-clang
- pkg install opencl-clang-llvm17
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opencl-clang-llvm17
- Package flavors (<flavor>: <package>)
- llvm17: opencl-clang-llvm17
- llvm16: opencl-clang-llvm16
- llvm15: opencl-clang-llvm15
- llvm14: opencl-clang-llvm14
- llvm13: opencl-clang-llvm13
- llvm12: opencl-clang-llvm12
- llvm11: opencl-clang-llvm11
- distinfo:
- TIMESTAMP = 1693298320
SHA256 (intel-opencl-clang-v17.0.0_GH0.tar.gz) = ddfadeed84aae0f5ef72ff205939e0a6f4f236dbde55fc1f0f8abdfd9d777eb4
SIZE (intel-opencl-clang-v17.0.0_GH0.tar.gz) = 28436
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libLLVM-17.so : devel/llvm17
- libLLVMSPIRVLib.so.17 : devel/spirv-llvm-translator@llvm17
- This port is required by:
- for Libraries
-
- devel/intel-graphics-compiler
Configuration Options:
- No options to configure
- Options name:
- devel_opencl-clang
- USES:
- cmake compiler:c++11-lib
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.0.0 17 Feb 2024 06:05:58 |
Muhammad Moinur Rahman (bofh) |
devel/opencl-clang: Fix build for llvm16 and llvm17 |
17.0.0 07 Dec 2023 20:57:54 |
Dimitry Andric (dim) |
devel/opencl-clang: fix build with lld 17
Building devel/opencl-clang with lld 17 results in the following link
error:
ld: error: version script assignment of 'global' to symbol 'CheckLinkOptions'
failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'Link' failed:
symbol not defined
ld: error: version script assignment of 'global' to symbol 'GetKernelArgInfo'
failed: symbol not defined
The mentioned symbols are no longer in common_clang.cpp, so remove them
from the linker version script.
PR: 273753
MFH: 2023Q4 |
17.0.0 05 Oct 2023 16:36:08 |
Jan Beich (jbeich) |
devel/opencl-clang: update to 17.0.0
Changes: https://github.com/intel/opencl-clang/releases/tag/v17.0.0 |
16.0.0 17 May 2023 08:06:45 |
Jan Beich (jbeich) |
devel/opencl-clang: switch to better llvm16 fix |
16.0.0 04 May 2023 05:00:10 |
Jan Beich (jbeich) |
devel/opencl-clang: drop maintainership |
16.0.0 28 Apr 2023 19:53:17 |
Jan Beich (jbeich) |
devel/opencl-clang: update to 16.0.0
Changes: https://github.com/intel/opencl-clang/releases/tag/v16.0.0
Reported by: GitHub (watch releases) |
15.0.0 21 Sep 2022 16:46:37 |
Jan Beich (jbeich) |
devel/opencl-clang: unbreak llvm15 flavor on FreeBSD 12.3
FAILED: opencl_clang_options.inc ../.build/opencl_clang_options.inc
cd ../.build && /usr/bin/llvm-tblgen -gen-opt-parser-defs -I
/usr/local/llvm15/include -I . opencl_clang_options.td --write-if-changed -o
opencl_clang_options.inc -d opencl_clang_options.inc.d
Included from opencl_clang_options.td:8:
/usr/local/llvm15/include/llvm/Option/OptParser.td:16:66: error: Variable not
defined: 'false'
class OptionKind<string name, int precedence = 0, bit sentinel = false> {
^
Included from opencl_clang_options.td:8:
/usr/local/llvm15/include/llvm/Option/OptParser.td:25:18: error: Value not
specified for template argument #2 (OptionKind:sentinel) of subclass
'OptionKind'!
def KIND_GROUP : OptionKind<"Group">;
^ |
15.0.0 21 Sep 2022 16:46:37 |
Jan Beich (jbeich) |
devel/opencl-clang: update to 15.0.0
Changes: https://github.com/intel/opencl-clang/releases/tag/v15.0.0
Reported by: GitHub (watch releases) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
14.0.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
14.0.0 22 Apr 2022 17:49:30 |
Jan Beich (jbeich) |
devel/opencl-clang: unbreak fetch after 7ab1dd42ecdb
=> No checksum file (/usr/ports/devel/opencl-clang/distinfo.llvm14). |
14.0.0 22 Apr 2022 17:44:13 |
Jan Beich (jbeich) |
devel/opencl-clang: update to 14.0.0
Changes: https://github.com/intel/opencl-clang/releases/tag/v14.0.0
Reported by: GitHub (watch releases) |
13.0.0 04 Jan 2022 00:42:28 |
Jan Beich (jbeich) |
devel/opencl-clang: simplify _DEPENDS after 1347956c0cc6 |
13.0.0 18 Oct 2021 09:05:23 |
Jan Beich (jbeich) |
devel/opencl-clang: update to 13.0.0
Changes: https://github.com/intel/opencl-clang/releases/tag/v13.0.0
Reported by: GitHub (watch releases) |
12.0.0 01 Oct 2021 02:25:55 |
Jan Beich (jbeich) |
devel/opencl-clang: drop unused flavors after 070200f93538
IGC with LLVM < 10 requires a lot of care while LLVM 10 needs to be
patched for NEO to work. No other consumers. |
12.0.0 09 Aug 2021 19:47:44 |
Jan Beich (jbeich) |
devel/opencl-clang: flavorize for supported LLVM versions
Allow co-installation by moving under PREFIX/llvm* |
11.0.0_1 09 Aug 2021 19:47:44 |
Jan Beich (jbeich) |
devel/spirv-llvm-translator: flavorize for supported LLVM versions
Allow co-installation by moving under PREFIX/llvm* |
11.0.0 09 Aug 2021 19:47:44 |
Jan Beich (jbeich) |
devel/opencl-clang: drop USES=localbase |
11.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
11.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11.0.0 29 Oct 2020 07:45:07 |
jbeich |
devel/opencl-clang: update to 11.0.0
Changes: https://github.com/intel/opencl-clang/releases/tag/v11.0.0
Reported by: GitHub (watch releases) |
10.0.0.1 08 Apr 2020 12:12:01 |
jbeich |
devel/opencl-clang: update to 10.0.0-1
Changes: https://github.com/intel/opencl-clang/compare/v9.0.1...v10.0.0-1
Reported by: GitHub (watch releases) |
9.0.1 02 Mar 2020 10:46:51 |
jbeich |
devel/opencl-clang: update to 9.0.1
Changes: https://github.com/intel/opencl-clang/compare/v9.0.0...v9.0.1
Reported by: GitHub (watch releases) |
9.0.0 07 Dec 2019 17:31:44 |
jbeich |
devel/compute-runtime: add new port
Tested by: clpeak, waifu2x-converter-cpp via drm-v4.9 on Skylake
The Intel(R) Graphics Compute Runtime for OpenCL(TM) is an open source
project to converge Intel's development efforts on OpenCL(TM) compute
stacks supporting the GEN graphics hardware architecture.
https://01.org/compute-runtime |