Closed adydychk closed 5 years ago
Same. Using docker "FROM ubuntu:18.04" Not super clear how to build libva from source.
You could check out our CI implementation for libva: https://github.com/Intel-Media-SDK/product-configs/blob/master/conf_libva.py
I try to build current MediaSDK HEAD on Ubuntu Server 18.04 but I have a problem that Google test framework and OpenCL does not recognized by Cmake.
As written in new documentation I installed following packages:
The problem is that on Ubuntu packages have another names:
I see that FindGTest.cmake uses hardcoded package names from CentOS. I apology that FindOpenCL usesthe same way. I want to mention that
libpciaccess
is found.How can we fix it?
Output of Cmake (mention gtest and OpenCL):