File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,7 @@ info_end "$INFO_MSG"
179
179
180
180
# Create a wrapper for juliaup that installs juliaup (and latest julia) on scratch if it is not already installed
181
181
182
- INFO_MSG=" Creating wrapper for juliaup"
183
- info_start " $INFO_MSG "
182
+ info_start " Creating wrapper for juliaup"
184
183
185
184
export JULIAUP_WRAPPER_BINDIR=" $JUHPC_SETUP_INSTALLDIR /juliaup_wrapper"
186
185
export JULIAUP_WRAPPER=" $JULIAUP_WRAPPER_BINDIR /juliaup"
217
216
' > " $JULIAUP_WRAPPER "
218
217
chmod +x " $JULIAUP_WRAPPER "
219
218
220
- info_end " $INFO_MSG "
219
+ info " ... done. "
221
220
222
221
223
222
# Create an activation script that sets environment variables for juliaup, julia and HPC key packages
224
223
225
- INFO_MSG=" Creating activation script"
226
- info_start " $INFO_MSG "
224
+ info_start " Creating activation script"
227
225
228
226
export JULIAUP_DEPOT=" $JULIAUP_INSTALLDIR /depot"
229
227
export JULIA_DEPOT=" $JULIAUP_INSTALLDIR /depot"
@@ -259,7 +257,7 @@ $(haskey(ENV,"JUHPC_ADIOS2_HOME") && ENV["JUHPC_ADIOS2_HOME"] != "" ? """
259
257
""" : "")
260
258
""")' > " $ACTIVATE_SCRIPT "
261
259
262
- info_end " $INFO_MSG "
260
+ info " ... done. "
263
261
264
262
265
263
# Optionally execute a site-specific post installation julia script (if passed a third argument)
You can’t perform that action at this time.
0 commit comments