File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 266266
267267source ${curdir} /test_tools/general_setup " $@ "
268268
269+ ${TOOLS_BIN} /package_tool --wrapper_config ${run_dir} /speccpu2017.json --no_packages $to_no_pkg_install
270+ if [[ $? -ne 0 ]]; then
271+ echo Package installation using ${TOOLS_BIN} /package_tool was unsuccessful.
272+ exit 1
273+ fi
274+
269275# Define options
270276#
271277ARGUMENT_LIST=(
Original file line number Diff line number Diff line change 1+ {
2+ "dependencies" : {
3+ "amzn" : [
4+ " bc" ,
5+ " libnsl" ,
6+ " gcc-gfortran" ,
7+ " nvme-cli" ,
8+ " perf" ,
9+ " git" ,
10+ " unzip" ,
11+ " zip" ,
12+ " libxcrypt-compat"
13+ ],
14+ "rhel" : [
15+ " bc" ,
16+ " libnsl" ,
17+ " gcc-gfortran" ,
18+ " nvme-cli" ,
19+ " perf" ,
20+ " git" ,
21+ " unzip" ,
22+ " zip" ,
23+ " libxcrypt-compat"
24+ ],
25+ "sles" : [
26+ " gcc" ,
27+ " make" ,
28+ " gcc-fortran" ,
29+ " gcc-c++" ,
30+ " bc" ,
31+ " git" ,
32+ " unzip" ,
33+ " zip"
34+ ],
35+ "ubuntu" : [
36+ " bc" ,
37+ " zip" ,
38+ " unzip" ,
39+ " git" ,
40+ " gfortran" ,
41+ " g++" ,
42+ " gcc"
43+ ],
44+ "pip" : [
45+ ]
46+ }
47+ }
You can’t perform that action at this time.
0 commit comments