We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f100b8 commit ae06980Copy full SHA for ae06980
1 file changed
toolchain/bootstrap/modules.sh
@@ -139,7 +139,7 @@ if [ ! -z ${CRAY_LD_LIBRARY_PATH+x} ] && [ "$u_c" '!=' 'c' ] && [ "$u_c" '!=' '
139
fi
140
141
if [ "$u_c" '==' 'famd' ]; then
142
- export OLCF_AFAR_ROOT="/sw/crusher/ums/compilers/afar/therock-23.1.0-gfx90a-7.12.0-bb5005b6"
+ export OLCF_AFAR_ROOT="/sw/crusher/ums/compilers/afar/therock-afar-23.2.0-gfx90a-7.13.0-663ad81964a"
143
144
export PATH=${OLCF_AFAR_ROOT}/lib/llvm/bin:${PATH}
145
export LD_LIBRARY_PATH=${OLCF_AFAR_ROOT}/lib:${OLCF_AFAR_ROOT}/lib/llvm/lib:${LD_LIBRARY_PATH}
0 commit comments