The Intel-gmmlib package contains the Intel Graphics Memory Management Library, which provides device specific memory and buffer management functions for the Intel Media Driver for VAAPI and the Intel Graphics Computer Runtime for OpenCL (TM).
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-22.3.10.tar.gz
Download MD5 sum: 9e6060de554e29ae53b86e56a75834ac
Download size: 828 KB
Estimated disk space required: 56 MB
Estimated build time: 0.8 SBU
The tarball intel-gmmlib-22.3.10.tar.gz
will extract to the
directory gmmlib-intel-gmmlib-22.3.10
.
Install Intel-gmmlib by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TYPE=Release \ -Wno-dev .. && make
The test suite is normally run by make unless -DRUN_TEST_SUITE=NO is passed to cmake.
Now, as the root
user:
make install