Port details on branch 2023Q4 |
- intel-compute-runtime OpenCL implementation for Intel HD 5000 (Gen8) or newer
- 22.24.23453 lang
=0 22.24.23453Version 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: 2023-11-20 13:39:09
- Last Update: 2023-11-20 13:38:11
- Commit Hash: a19c2f3
- License: MIT
- WWW:
- https://01.org/compute-runtime
- Description:
- The Intel(R) Graphics Compute Runtime for oneAPI Level Zero and
OpenCL(TM) Driver is an open source project providing compute API
support (Level Zero, OpenCL) for Intel graphics hardware architectures
(HD Graphics, Xe).
¦ ¦ ¦ ¦ 
- 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:
-
- intel-compute-runtime-llvm14>0:lang/intel-compute-runtime
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/lang/intel-compute-runtime/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/intel-compute-runtime
- pkg install intel-compute-runtime-llvm14
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: intel-compute-runtime-llvm14
- Package flavors (<flavor>: <package>)
- llvm14: intel-compute-runtime-llvm14
- llvm13: intel-compute-runtime-llvm13
- llvm12: intel-compute-runtime-llvm12
- llvm11: intel-compute-runtime-llvm11
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1654689886
SHA256 (intel-compute-runtime-22.24.23453_GH0.tar.gz) = d52088aeb6062294c9b1d65263d39ce42a9772b573480974fad68ca6ef722cbf
SIZE (intel-compute-runtime-22.24.23453_GH0.tar.gz) = 5521386
No package information for this port in our database- Sometimes this happens. Not all ports have packages.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- level-zero>=1.0 : devel/level-zero
- va.h : multimedia/libva
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libigc.so : devel/intel-graphics-compiler@llvm14
- libigdgmm.so : multimedia/gmmlib
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for intel-compute-runtime-llvm14-22.24.23453:
L0=on: oneAPI Level Zero support
VAAPI=on: VAAPI (GPU video acceleration) support
===> Use 'make config' to modify these settings
- Options name:
- lang_intel-compute-runtime
- USES:
- cmake compiler:c++17-lang localbase:ldflags pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
22.24.23453 20 Nov 2023 13:38:11
    |
Jan Beich (jbeich)  Author: Lars Herschke |
lang/intel-compute-runtime: unbreak build after 41f2281cb356
shared/source/gen8/hw_info_bdw.cpp:20:10: error: use of undeclared identifier
'IBDW_GT0_DESK_DEVICE_F0_ID'
case IBDW_GT0_DESK_DEVICE_F0_ID:
^
shared/source/gen8/hw_info_bdw.cpp:21:10: error: use of undeclared identifier
'IBDW_GT1_DESK_DEVICE_F0_ID'
case IBDW_GT1_DESK_DEVICE_F0_ID:
^
shared/source/gen8/hw_info_bdw.cpp:22:10: error: use of undeclared identifier
'IBDW_GT2_DESK_DEVICE_F0_ID'
case IBDW_GT2_DESK_DEVICE_F0_ID:
^
shared/source/gen8/hw_info_bdw.cpp:23:10: error: use of undeclared identifier
'IBDW_GT3_DESK_DEVICE_F0_ID'
case IBDW_GT3_DESK_DEVICE_F0_ID:
^
shared/source/gen8/hw_info_bdw.cpp:24:10: error: use of undeclared identifier
'IBDW_GT4_DESK_DEVICE_F0_ID'
case IBDW_GT4_DESK_DEVICE_F0_ID:
^
PR: 274891
Reported by: pkg-fallout
(cherry picked from commit 5bae779cbf3ecff19b7c6ff95dd7809d0863b7b5) |
Number of commits found: 1
|