Port details on branch 2024Q3 |
- ocl-icd OpenCL Installable Client Driver
- 2.3.2 devel =6 2.3.1_2Version of this port present on the latest quarterly branch.
- Maintainer: ohartmann@walstatt.org
- Port Added: 2015-09-17 17:45:35
- Last Update: 2024-09-30 14:02:01
- Commit Hash: f5ca30b
- People watching this port, also watch:: libXdamage, libevent, libssh, xcb-util-image, xorg-docs
- License: BSD2CLAUSE
- WWW:
- https://github.com/OCL-dev/ocl-icd
- Description:
- OpenCL implementations are provided as ICD (Installable Client Driver). An
OpenCL program can use several ICD thanks to the use of an ICD Loader as
provided by this project. This free ICD Loader can load any (free or non
free) ICD.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/ocl-icd/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ocl-icd
- pkg install ocl-icd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ocl-icd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1686998862
SHA256 (OCL-dev-ocl-icd-v2.3.2_GH0.tar.gz) = ec47d7dcd961ea06695b067e8b7edb82e420ddce03e0081a908c62fd0b8535c5
SIZE (OCL-dev-ocl-icd-v2.3.2_GH0.tar.gz) = 108988
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:
-
- opencl>=3.0 : devel/opencl
- asciidoc : textproc/asciidoc
- xmlto : textproc/xmlto
- gmake>=4.4.1 : devel/gmake
- ruby32 : lang/ruby32
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Patch dependencies:
-
- ruby32 : lang/ruby32
-
- This port is required by:
- for Build
-
- devel/vexcl
- sysutils/fastfetch
- for Libraries
-
- benchmarks/clpeak
- devel/clinfo
- devel/cltune
- devel/erlang-cl
- devel/oclgrind
- devel/py-pyopencl
- games/leela-zero
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for ocl-icd-2.3.2:
DOCS=on: Build and/or install documentation
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- devel_ocl-icd
- USES:
- autoreconf gmake libtool localbase:ldflags pathfix ruby:build
- pkg-message:
- Check your environment variable
OLC_ICD_VENODRDIR
On FreeBSD, this is set to
OCL_ICD_VENDORDIR=/usr/local/etc/OpenCL/vendors
The OCL_ICD_VENDORDIR
(ICD = Installable Client Driver) holds the platform
specific driver configuration files (i.e Intel,
nVidia, AMD, other OpenCL capable devices).
It could be set globally from your system's shell environemt
setting, for
csh in /etc/csh.cshrc:
setenv OCL_ICD_VENDORDIR /usr/local/etc/OpenCL/vendors
or for sh/bash/ksh and derivatives, /etc/profile:
export OCL_ICD_VENDORDIR=/usr/local/etc/OpenCL/vendors
- Master Sites:
|