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).
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-22.3.16.tar.gz
Download MD5 sum: 7d947d9fa06c101731ac4881857e056a
Download size: 828 KB
Estimated disk space required: 53 MB
Estimated build time: 0.5 SBU
The tarball intel-gmmlib-22.3.16.tar.gz
will extract to the directory gmmlib-intel-gmmlib-22.3.16
.
Install Intel-gmmlib by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TYPE=Release \ -G Ninja \ -Wno-dev .. && ninja
The test suite is normally run by ninja unless -DRUN_TEST_SUITE=NO is passed to cmake.
Now, as the root
user:
ninja install