Skip to content

Commit 92dcba8

Browse files
committed
Adding the supremm x86_64 rpm
1 parent 5f478ba commit 92dcba8

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

xdmod/install.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ dnf install -y \
2727

2828
pip2 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
4253
dnf 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

0 commit comments

Comments
 (0)