Skip to content

Commit

Permalink
attempt to use archdetect
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jan 22, 2024
1 parent a2034ed commit e53dd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/eessi_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export EESSI_CVMFS_REPO="${EESSI_CVMFS_REPO_OVERRIDE:=/cvmfs/pilot.nessi.no}"
export EESSI_VERSION="${EESSI_VERSION_OVERRIDE:=2023.06}"
# use archdetect by default, unless otherwise specified
# 2024-01-16: switch back to archspec with NESSI for now
export EESSI_USE_ARCHDETECT="${EESSI_USE_ARCHDETECT:=0}"
export EESSI_USE_ARCHSPEC="${EESSI_USE_ARCHSPEC:=1}"
export EESSI_USE_ARCHDETECT="${EESSI_USE_ARCHDETECT:=1}"
export EESSI_USE_ARCHSPEC="${EESSI_USE_ARCHSPEC:=0}"

0 comments on commit e53dd19

Please sign in to comment.