50-vpl-gpu-rt.json 731 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "vpl-gpu-rt",
  3. "buildsystem": "cmake-ninja",
  4. "builddir": true,
  5. "config-opts": [
  6. "-DCMAKE_BUILD_TYPE=Release",
  7. "-DBUILD_RUNTIME=ON",
  8. "-DBUILD_TESTS=OFF",
  9. "-DBUILD_TOOLS=OFF"
  10. ],
  11. "cleanup": [
  12. "/lib/pkgconfig"
  13. ],
  14. "sources": [
  15. {
  16. "type": "git",
  17. "url": "https://github.com/intel/vpl-gpu-rt.git",
  18. "commit": "e0b981d1bf8ca4f9d346089d530cc149c09e10df",
  19. "tag": "intel-onevpl-24.2.5"
  20. },
  21. {
  22. "type": "shell",
  23. "commands": [
  24. "sed -i 's/CMAKE_VERBOSE_MAKEFILE ON/CMAKE_VERBOSE_MAKEFILE OFF/g' builder/profiles/onevpl.cmake"
  25. ]
  26. }
  27. ]
  28. }