mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> https://github.com/intel/compute-runtime/pull/158 Change-Id: I37612b84420c77ace6b31ecb4f9edf41a5bb0a4c
15 lines
281 B
Bash
Executable File
15 lines
281 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (C) 2018-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set -e
|
|
set -x
|
|
|
|
mkdir /root/build
|
|
pacman -Sy --noconfirm gcc cmake git make pkg-config ninja libva \
|
|
intel-gmmlib intel-opencl-clang spirv-llvm-translator intel-graphics-compiler
|
|
|