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 11.3 platform.
Download (HTTP): https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-22.3.4.tar.gz
Download MD5 sum: 098f47e5010fe280776c29635bde4536
Download size: 59 MB
Estimated disk space required: 59 MB
Estimated build time: 0.7 SBU
The tarball intel-gmmlib-22.3.4.tar.gz
will extract to the
directory gmmlib-intel-gmmlib-22.3.4
.
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/intel-gmmlib
Install Intel-gmmlib by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TYPE=Release \ -Wno-dev .. && make
This package does not come with a test suite.
Now, as the root
user:
make install