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/intel-gmmlib-22.4.1.tar.gz
Download MD5 sum: 37684beaa140a0926967ebd56193cc13
Download size: 848 KB
Estimated disk space required: 54 MB
Estimated build time: 0.5 SBU
The tarball intel-gmmlib-22.4.1.tar.gz
will extract to the
directory gmmlib-intel-gmmlib-22.4.1
.
Install Intel-gmmlib by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=/usr \ -D BUILD_TYPE=Release \ -G Ninja \ -W no-dev .. && ninja
The test suite is normally run by ninja unless -D RUN_TEST_SUITE=NO is passed to cmake.
Now, as the root
user:
ninja install