Skip to content

Commit d34abc5

Browse files
committed
Fix build scripts to use correct path for ONEAPIROOT.
1 parent 568a7e1 commit d34abc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build_for_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ conda_build_ret -ne 0 ]]; then
2727
esac
2828
fi
2929

30-
export ONEAPI_ROOT="/opt/intel/inteloneapi"
30+
export ONEAPI_ROOT="/opt/intel/oneapi"
3131

3232
conda build --output-folder ${CONDA_PKG_DIR} ${CHANNELS} conda-recipe
3333

scripts/build_for_develop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir build_cmake
55
pushd build_cmake
66

77
INSTALL_PREFIX=`pwd`/../install
8-
export ONEAPI_ROOT=/opt/intel/inteloneapi
8+
export ONEAPI_ROOT=/opt/intel/oneapi
99
DPCPP_ROOT=${ONEAPI_ROOT}/compiler/latest/linux
1010
PYTHON_INC=`python -c "import distutils.sysconfig; \
1111
print(distutils.sysconfig.get_python_inc())"`

0 commit comments

Comments
 (0)