Skip to content

Commit 9ee1c68

Browse files
committed
Fix libboost dependency for aocl-data-analytics
1 parent 262617b commit 9ee1c68

3 files changed

Lines changed: 5 additions & 31 deletions

File tree

script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-04-24 17:19:47*
3+
*Last updated: 2026-04-24 18:06:05*
44

55
This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66

script/get-lib-aocl-data-analytics/meta.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ alias: get-lib-aocl-data-analytics
22
uid: a7a6ddccdaa545dc
33
automation_alias: script
44
automation_uid: 5b4e0237da074764
5-
6-
# Metadata
75
category: Detection or installation of tools and artifacts
86
tags:
97
- get
@@ -12,11 +10,7 @@ tags:
1210
- aocl-data-analytics
1311
- aocl
1412
- aocl-da
15-
16-
# Cache
1713
cache: true
18-
19-
# Environment
2014
default_env:
2115
MLC_AOCL_ACCEPT_EULA: 'no'
2216
new_env_keys:
@@ -31,20 +25,20 @@ new_env_keys:
3125
- MLC_AOCL_BINARY_INSTALL_PATH
3226
- MLC_AOCL_DA_BINARY_PATH
3327
new_state_keys: []
34-
35-
# Input mapping
3628
input_mapping:
3729
accept_eula: MLC_AOCL_ACCEPT_EULA
3830
input_description:
3931
accept_eula:
4032
desc: Accept the AMD EULA for binary downloads (yes/no)
41-
42-
# Dependencies
4333
deps:
4434
- tags: get,cmake
4535
skip_if_env:
4636
MLC_AOCL_BINARY_DOWNLOAD:
4737
- 'yes'
38+
- tags: get,generic,sys-util,_libboost-all-dev
39+
skip_if_env:
40+
MLC_AOCL_BINARY_DOWNLOAD:
41+
- 'yes'
4842
- tags: detect,cpu
4943
- tags: get,utils,aocl-utils
5044
skip_if_env:
@@ -80,8 +74,6 @@ deps:
8074
skip_if_env:
8175
MLC_AOCL_BINARY_DOWNLOAD:
8276
- 'yes'
83-
84-
# Variations
8577
variations:
8678
binary.aocc:
8779
env:
@@ -147,8 +139,6 @@ variations:
147139
main:
148140
env:
149141
MLC_GIT_CHECKOUT: main
150-
151-
# Tests
152142
tests:
153143
run_inputs:
154144
- variations_list:

script/install-rocm/meta.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,21 @@ alias: install-rocm
22
uid: 9d13f90463ce4545
33
automation_alias: script
44
automation_uid: 5b4e0237da074764
5-
6-
# Metadata
75
category: AI/ML frameworks
86
tags:
97
- install
108
- rocm
119
- install-rocm
12-
13-
# Cache
1410
cache: true
1511
clean_files: []
16-
17-
# Environment
1812
env: {}
1913
new_env_keys:
2014
- MLC_ROMLC_*
2115
- MLC_ROCM_INSTALL_PREFIX
2216
- +PATH
2317
- MLC_ROCM_CPULIBS_PATH
24-
25-
# Input mapping
2618
input_mapping:
2719
rocm_install_prefix: MLC_ROCM_INSTALL_PREFIX
28-
29-
# Dependencies
3020
deps:
3121
- tags: detect,os
3222
- tags: detect,sudo
@@ -42,8 +32,6 @@ prehook_deps:
4232
force_env_keys:
4333
- MLC_DOWNLOAD_URL
4434
- MLC_DOWNLOAD_FILENAME
45-
46-
# Variations
4735
variations:
4836
no-runtimes:
4937
group: runtimes
@@ -93,17 +81,13 @@ variations:
9381
- MLC_GIT_CHECKOUT_TAG
9482
_repo.:
9583
- MLC_GIT_URL
96-
97-
# Versions
9884
default_version: 7.2.2
9985
versions:
10086
7.2.2: {}
10187
7.2.1: {}
10288
6.2.0: {}
10389
6.1.0: {}
10490
5.7.1: {}
105-
106-
# Tests
10791
tests:
10892
run_inputs:
10993
- variations_list: []

0 commit comments

Comments
 (0)