-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathocp.yml
More file actions
32 lines (32 loc) · 797 Bytes
/
ocp.yml
File metadata and controls
32 lines (32 loc) · 797 Bytes
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
name: toolkit_name
id: toolkit_id
type: toolkit
default:
version: 0.1.0
configuration: "gnu-Release"
scripts: ["prepare","publish_bin","publish_src"]
versions:
- id: 0.1.0
default: "gnu-Debug"
configurations: [gnu-Debug, gnu-Release, gnu-Release-superlu]
configs: #
- id: gnu-Debug
run: configurations/install.sh
arguments: ["linux-gnu-Debug"]
- id: gnu-Release
run: configurations/install.sh
arguments: ["linux-gnu-Release"]
- id: gnu-Release-superlu
dependencies: ["superlu"]
run: source config/install.sh linux-gnu-Debug
dependencies:
- id: superlu
uid: dep1
type: external
default:
version: "1.1.0"
configuration: "gnu-Release"
versions:
-id: "1.1.0"
default: "int64"
configurations: ["int64"]