You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ -n"${JUHPC_CUDA_HOME}"||-n"${JUHPC_ROCM_HOME}" ]];then
198
-
julia_pref 'using Pkg; Pkg.add("Preferences")' 30
199
-
echo"[extras]">>"$JULIA_PREF_PROJECT"
200
-
fi
197
+
julia_pref 'using Pkg; Pkg.add("Preferences")' 30 # Add Preferences package in any case to avoid that it has to be installed in postinstall scripts that only want to set preferences.
198
+
echo"[extras]">>"$JULIA_PREF_PROJECT"
201
199
202
200
if [ -n"${JUHPC_CUDA_HOME}" ];then# Set preference for using the local CUDA runtime before any installation of CUDA.jl to avoid downloading of artifacts
0 commit comments