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
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - 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.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- 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
![commit hash: f395ed6c01b961a26208b3b8e017992a6ca2bcaf commit hash: f395ed6c01b961a26208b3b8e017992a6ca2bcaf](/images/git.png) ![commit hash: f395ed6c01b961a26208b3b8e017992a6ca2bcaf commit hash: f395ed6c01b961a26208b3b8e017992a6ca2bcaf](/images/codeberg.svg) ![commit hash: f395ed6c01b961a26208b3b8e017992a6ca2bcaf commit hash: f395ed6c01b961a26208b3b8e017992a6ca2bcaf](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/opencl-clang: Fix build for llvm16 and llvm17 |
17.0.0 07 Dec 2023 20:57:54
![commit hash: bb35b52f490f391b20885221e95d672e4b711dd6 commit hash: bb35b52f490f391b20885221e95d672e4b711dd6](/images/git.png) ![commit hash: bb35b52f490f391b20885221e95d672e4b711dd6 commit hash: bb35b52f490f391b20885221e95d672e4b711dd6](/images/codeberg.svg) ![commit hash: bb35b52f490f391b20885221e95d672e4b711dd6 commit hash: bb35b52f490f391b20885221e95d672e4b711dd6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dimitry Andric (dim) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: ec5c41583afe239567547385f17495a2fa653159 commit hash: ec5c41583afe239567547385f17495a2fa653159](/images/git.png) ![commit hash: ec5c41583afe239567547385f17495a2fa653159 commit hash: ec5c41583afe239567547385f17495a2fa653159](/images/codeberg.svg) ![commit hash: ec5c41583afe239567547385f17495a2fa653159 commit hash: ec5c41583afe239567547385f17495a2fa653159](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 6bfb0ee331443fbe2f0c897c942741201e8e1146 commit hash: 6bfb0ee331443fbe2f0c897c942741201e8e1146](/images/git.png) ![commit hash: 6bfb0ee331443fbe2f0c897c942741201e8e1146 commit hash: 6bfb0ee331443fbe2f0c897c942741201e8e1146](/images/codeberg.svg) ![commit hash: 6bfb0ee331443fbe2f0c897c942741201e8e1146 commit hash: 6bfb0ee331443fbe2f0c897c942741201e8e1146](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/opencl-clang: switch to better llvm16 fix |
16.0.0 04 May 2023 05:00:10
![commit hash: 3e0dcec3866b0b0278fabe3b93038f4df1ca4974 commit hash: 3e0dcec3866b0b0278fabe3b93038f4df1ca4974](/images/git.png) ![commit hash: 3e0dcec3866b0b0278fabe3b93038f4df1ca4974 commit hash: 3e0dcec3866b0b0278fabe3b93038f4df1ca4974](/images/codeberg.svg) ![commit hash: 3e0dcec3866b0b0278fabe3b93038f4df1ca4974 commit hash: 3e0dcec3866b0b0278fabe3b93038f4df1ca4974](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/opencl-clang: drop maintainership |
16.0.0 28 Apr 2023 19:53:17
![commit hash: 89834a7669fb74b1639f391fc0695a4f665f0dce commit hash: 89834a7669fb74b1639f391fc0695a4f665f0dce](/images/git.png) ![commit hash: 89834a7669fb74b1639f391fc0695a4f665f0dce commit hash: 89834a7669fb74b1639f391fc0695a4f665f0dce](/images/codeberg.svg) ![commit hash: 89834a7669fb74b1639f391fc0695a4f665f0dce commit hash: 89834a7669fb74b1639f391fc0695a4f665f0dce](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: a2fa7d1ee840c9a28dada8c0d5f63f563666f0ce commit hash: a2fa7d1ee840c9a28dada8c0d5f63f563666f0ce](/images/git.png) ![commit hash: a2fa7d1ee840c9a28dada8c0d5f63f563666f0ce commit hash: a2fa7d1ee840c9a28dada8c0d5f63f563666f0ce](/images/codeberg.svg) ![commit hash: a2fa7d1ee840c9a28dada8c0d5f63f563666f0ce commit hash: a2fa7d1ee840c9a28dada8c0d5f63f563666f0ce](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: b2c34cfc6e68b320f433d3bbda786828fc9dcece commit hash: b2c34cfc6e68b320f433d3bbda786828fc9dcece](/images/git.png) ![commit hash: b2c34cfc6e68b320f433d3bbda786828fc9dcece commit hash: b2c34cfc6e68b320f433d3bbda786828fc9dcece](/images/codeberg.svg) ![commit hash: b2c34cfc6e68b320f433d3bbda786828fc9dcece commit hash: b2c34cfc6e68b320f433d3bbda786828fc9dcece](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 22a52f5188757edb27996324c21516ec8166bc3c commit hash: 22a52f5188757edb27996324c21516ec8166bc3c](/images/git.png) ![commit hash: 22a52f5188757edb27996324c21516ec8166bc3c commit hash: 22a52f5188757edb27996324c21516ec8166bc3c](/images/codeberg.svg) ![commit hash: 22a52f5188757edb27996324c21516ec8166bc3c commit hash: 22a52f5188757edb27996324c21516ec8166bc3c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 7ab1dd42ecdb0ae47529e967806ebc631636f822 commit hash: 7ab1dd42ecdb0ae47529e967806ebc631636f822](/images/git.png) ![commit hash: 7ab1dd42ecdb0ae47529e967806ebc631636f822 commit hash: 7ab1dd42ecdb0ae47529e967806ebc631636f822](/images/codeberg.svg) ![commit hash: 7ab1dd42ecdb0ae47529e967806ebc631636f822 commit hash: 7ab1dd42ecdb0ae47529e967806ebc631636f822](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 7c22badc1bb70c20ad5805c6eccd246e4f40e99d commit hash: 7c22badc1bb70c20ad5805c6eccd246e4f40e99d](/images/git.png) ![commit hash: 7c22badc1bb70c20ad5805c6eccd246e4f40e99d commit hash: 7c22badc1bb70c20ad5805c6eccd246e4f40e99d](/images/codeberg.svg) ![commit hash: 7c22badc1bb70c20ad5805c6eccd246e4f40e99d commit hash: 7c22badc1bb70c20ad5805c6eccd246e4f40e99d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/opencl-clang: simplify _DEPENDS after 1347956c0cc6 |
13.0.0 18 Oct 2021 09:05:23
![commit hash: 2bab66f61e15c5becadbbbe961567fde785fd33e commit hash: 2bab66f61e15c5becadbbbe961567fde785fd33e](/images/git.png) ![commit hash: 2bab66f61e15c5becadbbbe961567fde785fd33e commit hash: 2bab66f61e15c5becadbbbe961567fde785fd33e](/images/codeberg.svg) ![commit hash: 2bab66f61e15c5becadbbbe961567fde785fd33e commit hash: 2bab66f61e15c5becadbbbe961567fde785fd33e](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 1347956c0cc64e1340ceeb265740a36cc0b51f2a commit hash: 1347956c0cc64e1340ceeb265740a36cc0b51f2a](/images/git.png) ![commit hash: 1347956c0cc64e1340ceeb265740a36cc0b51f2a commit hash: 1347956c0cc64e1340ceeb265740a36cc0b51f2a](/images/codeberg.svg) ![commit hash: 1347956c0cc64e1340ceeb265740a36cc0b51f2a commit hash: 1347956c0cc64e1340ceeb265740a36cc0b51f2a](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 80eadab44ca19eb18e7d49dc6035a0757e3f7436 commit hash: 80eadab44ca19eb18e7d49dc6035a0757e3f7436](/images/git.png) ![commit hash: 80eadab44ca19eb18e7d49dc6035a0757e3f7436 commit hash: 80eadab44ca19eb18e7d49dc6035a0757e3f7436](/images/codeberg.svg) ![commit hash: 80eadab44ca19eb18e7d49dc6035a0757e3f7436 commit hash: 80eadab44ca19eb18e7d49dc6035a0757e3f7436](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: c638dc3a4dc4449127a787b549fce7cf94789ae9 commit hash: c638dc3a4dc4449127a787b549fce7cf94789ae9](/images/git.png) ![commit hash: c638dc3a4dc4449127a787b549fce7cf94789ae9 commit hash: c638dc3a4dc4449127a787b549fce7cf94789ae9](/images/codeberg.svg) ![commit hash: c638dc3a4dc4449127a787b549fce7cf94789ae9 commit hash: c638dc3a4dc4449127a787b549fce7cf94789ae9](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 36352a6a56767522988fc75eacae26f8d8e405a6 commit hash: 36352a6a56767522988fc75eacae26f8d8e405a6](/images/git.png) ![commit hash: 36352a6a56767522988fc75eacae26f8d8e405a6 commit hash: 36352a6a56767522988fc75eacae26f8d8e405a6](/images/codeberg.svg) ![commit hash: 36352a6a56767522988fc75eacae26f8d8e405a6 commit hash: 36352a6a56767522988fc75eacae26f8d8e405a6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Jan Beich (jbeich) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/opencl-clang: drop USES=localbase |
11.0.0 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
11.0.0 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
11.0.0 29 Oct 2020 07:45:07
![Revision:553593 Revision:553593](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:531109 Revision:531109](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:527625 Revision:527625](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:519222 Revision:519222](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |