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).
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-22.3.14.tar.gz
Download MD5 sum: 11d4c56a5c0d56fd0ffe00e628c9e936
Download size: 828 KB
Estimated disk space required: 56 MB
Estimated build time: 0.5 SBU
The tarball intel-gmmlib-22.3.14.tar.gz
will extract to the
directory gmmlib-intel-gmmlib-22.3.14
.
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