forked from rosa/hakurei
05f9939077
Signed-off-by: Ophestra <cat@gensokyo.uk>
32 lines
566 B
Go
32 lines
566 B
Go
package glslang {
|
|
description = "reference front end for GLSL/ESSL";
|
|
website = "https://github.com/KhronosGroup/glslang";
|
|
anitya = 205796;
|
|
|
|
version# = "16.4.0";
|
|
source = remoteGitHub {
|
|
suffix = "KhronosGroup/glslang";
|
|
tag = version;
|
|
checksum = "u67ps8Fv_75QDiusvKjzgttPPPxb5V7HsObb0q6OvqQfHh0UGN2_x8Y0RKb9JEie";
|
|
};
|
|
|
|
// test suite writes to source
|
|
writable = true;
|
|
chmod = true;
|
|
|
|
exec = cmake {
|
|
cache = {
|
|
"BUILD_SHARED_LIBS": "ON";
|
|
"ALLOW_EXTERNAL_SPIRV_TOOLS": "ON";
|
|
};
|
|
};
|
|
|
|
inputs = [
|
|
python,
|
|
bash,
|
|
diffutils,
|
|
|
|
spirv-tools,
|
|
];
|
|
}
|