-
Notifications
You must be signed in to change notification settings - Fork 319
/
Copy pathispc.yaml
44 lines (44 loc) · 877 Bytes
/
ispc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
compilers:
ispc:
type: tarballs
compression: gz
suffix: ''
url: https://github.com/ispc/ispc/releases/download/v{name}/ispc-v{name}{suffix}-linux.tar.gz
dir: ispc-{name}
untar_dir: ispc-v{name}-linux
check_exe: bin/ispc --version
targets:
- 1.25.3
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.1
- 1.16.0
- 1.15.0
- 1.14.1
- 1.14.0
- 1.13.0
older:
# Older ones seem to live at vBLAHb-linux.tar.gz
suffix: b
targets:
- 1.12.0
- 1.11.0
- 1.10.0
oldest:
check_exe: ispc --version
targets:
- 1.9.2
- 1.9.1
nightly:
if: nightly
compiler_name: ispc-{name}
type: nightly
targets:
- trunk