notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
opencl Open Computing Language (OpenCL) specifications V2.2 (header files)
2.2_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2_2Version of this port present on the latest quarterly branch.
Maintainer: ohartman@zedat.fu-berlin.de search for ports maintained by this maintainer
Port Added: 2020-07-03 12:05:30
Last Update: 2020-07-03 12:05:24
Commit Hash: cf02f50
License: unknown
Description:
OpenCL (Open Computing Language) is an open royalty-free standard for general purpose parallel programming across CPUs, GPUs and other processors, giving software developers portable and efficient access to the power of these heterogeneous processing platforms. These header are covering OpenCL API 2.2
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (21 items)
Collapse this list.
  1. /usr/local/share/licenses/opencl-2.2_2/catalog.mk
  2. /usr/local/share/licenses/opencl-2.2_2/LICENSE
  3. /usr/local/share/licenses/opencl-2.2_2/unknown
  4. include/CL/cl.h
  5. include/CL/cl.hpp
  6. include/CL/cl2.hpp
  7. include/CL/cl_d3d10.h
  8. include/CL/cl_d3d11.h
  9. include/CL/cl_dx9_media_sharing.h
  10. include/CL/cl_dx9_media_sharing_intel.h
  11. include/CL/cl_egl.h
  12. include/CL/cl_ext.h
  13. include/CL/cl_ext_intel.h
  14. include/CL/cl_gl.h
  15. include/CL/cl_gl_ext.h
  16. include/CL/cl_platform.h
  17. include/CL/cl_va_api_media_sharing_intel.h
  18. include/CL/opencl.h
  19. @owner
  20. @group
  21. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • opencl>0:devel/opencl
Conflicts:
CONFLICTS:
  • opencl-1.[0-2]
To install the port:
cd /usr/ports/devel/opencl/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/opencl
  • pkg install opencl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: opencl
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1508331981 SHA256 (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 2f74418100ebc1f6a1c8dfa8bf0dbb82956f6aa54b41cb414b61fce1a5785f46 SIZE (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 160909

Expand this list (2 items)

Collapse this list.

SHA256 (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 482d6ae6bbae5255e448bb2556a9fcbbe79370cf01405f868e0e56e57a54f9bb SIZE (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 131038

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.7 : lang/python37
This port is required by:
for Build
  1. devel/ocl-icd
  2. multimedia/libx264

Configuration Options:
No options to configure
Options name:
devel_opencl
USES:
python:build
pkg-message:
For install:
OpenCL is the first open, royalty-free standard for cross-platform, parallel programming of modern processors.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/KhronosGroup/OpenCL-Headers/tar.gz/f039db6?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2_2
03 Jul 2020 12:05:24
commit hash: cf02f5070567ae05e8780a630b1ba8a6d0d1df92commit hash: cf02f5070567ae05e8780a630b1ba8a6d0d1df92commit hash: cf02f5070567ae05e8780a630b1ba8a6d0d1df92commit hash: cf02f5070567ae05e8780a630b1ba8a6d0d1df92 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
MFH: r541100

devel/opencl: don't include altivec.h

altivec.h shouldn't be included directly by users. It's managed with -maltivec /
-mno-altivec compiler switches.

Including it causes compiler errors when using clang.

Already upstreamed.

PR:		247396
Approved by:	ohartman@zedat.fu-berlin.de (maintainer timeout)

Approved by:	portmgr (fixes build of other ports)
2.2_2
03 Jul 2020 12:05:24
Revision:541101Original commit files touched by this commit
pkubaj search for other commits by this committer
MFH: r541100

devel/opencl: don't include altivec.h

altivec.h shouldn't be included directly by users. It's managed with -maltivec /
-mno-altivec compiler switches.

Including it causes compiler errors when using clang.

Already upstreamed.

PR:		247396
Approved by:	ohartman@zedat.fu-berlin.de (maintainer timeout)

Approved by:	portmgr (fixes build of other ports)

Number of commits found: 2