From 8e0d81d3fc24ab519a1b691a8d5816eb51b0a8d7 Mon Sep 17 00:00:00 2001 From: Jerome Soumagne Date: Wed, 15 Nov 2023 17:47:52 -0600 Subject: [PATCH] fix --- Testing/script/gh_install_deps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/script/gh_install_deps.sh b/Testing/script/gh_install_deps.sh index 0af14f0c..e65ef1ce 100755 --- a/Testing/script/gh_install_deps.sh +++ b/Testing/script/gh_install_deps.sh @@ -35,10 +35,10 @@ PSM_VERSION=updates set -e -# Source intel env when using icx +# Default to GNU compilers when building dependencies if [[ ${CC} == 'icx' ]]; then - ICX_LATEST_VERSION=$(ls -1 /opt/intel/oneapi/compiler/ | grep -v latest | sort | tail -1) - source /opt/intel/oneapi/compiler/"$ICX_LATEST_VERSION"/env/vars.sh + CC=gcc + CXX=g++ fi # BMI