notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details on branch 2023Q4
intel-compute-runtime OpenCL implementation for Intel HD 5000 (Gen8) or newer
22.24.23453 lang 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 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 search for ports maintained by this maintainer
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).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • compute-runtime-*
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:
  1. level-zero>=1.0 : devel/level-zero
  2. va.h : multimedia/libva
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
  5. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libigc.so : devel/intel-graphics-compiler@llvm14
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/intel/compute-runtime/tar.gz/22.24.23453?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
22.24.23453
20 Nov 2023 13:38:11
commit hash: a19c2f3b1779b727d8e9a8e03f1edb1c38f27c40commit hash: a19c2f3b1779b727d8e9a8e03f1edb1c38f27c40commit hash: a19c2f3b1779b727d8e9a8e03f1edb1c38f27c40commit hash: a19c2f3b1779b727d8e9a8e03f1edb1c38f27c40 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
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