File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,17 @@ dnf install -y \
2727
2828pip2 install pexpect==4.4.0
2929
30+ SUPREMM_RPM=" "
31+
32+ case " $ARCHTYPE " in
33+ " x86_64" )
34+ SUPREMM_RPM=" https://github.com/ubccr/supremm/releases/download/?????"
35+ ;;
36+ " arm64" )
37+ SUPREMM_RPM=" https://github.com/ubccr/supremm/releases/download/?????"
38+ ;;
39+ esac
40+
3041# ------------------------
3142# Open XDMoD Installation
3243#
@@ -42,7 +53,7 @@ pip2 install pexpect==4.4.0
4253dnf install -y https://github.com/ubccr/xdmod/releases/download/v10.0.0-beta4-el8/xdmod-10.0.0-1.4.beta4.el8.noarch.rpm \
4354 https://github.com/ubccr/xdmod-ondemand/releases/download/v10.0.0/xdmod-ondemand-10.0.0-1.0.beta1.el8.noarch.rpm \
4455 https://github.com/ubccr/xdmod/releases/download/v10.0.0-beta4-el8/xdmod-supremm-10.0.0-1.4.beta4.el8.noarch.rpm \
45- /build/bin/ supremm- 2.0.0-1.el8.x86_64.rpm
56+ https://github.com/ubccr/ supremm/releases/download/2.0.0-beta3/supremm- 2.0.0-1.0_beta3 .el8.x86_64.rpm
4657
4758# ------------------------
4859# The Job Performance software uses MongoDB to store the job-level performance
You can’t perform that action at this time.
0 commit comments