We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568a7e1 commit d34abc5Copy full SHA for d34abc5
scripts/build_for_conda.sh
@@ -27,7 +27,7 @@ if [[ conda_build_ret -ne 0 ]]; then
27
esac
28
fi
29
30
-export ONEAPI_ROOT="/opt/intel/inteloneapi"
+export ONEAPI_ROOT="/opt/intel/oneapi"
31
32
conda build --output-folder ${CONDA_PKG_DIR} ${CHANNELS} conda-recipe
33
scripts/build_for_develop.sh
@@ -5,7 +5,7 @@ mkdir build_cmake
5
pushd build_cmake
6
7
INSTALL_PREFIX=`pwd`/../install
8
-export ONEAPI_ROOT=/opt/intel/inteloneapi
+export ONEAPI_ROOT=/opt/intel/oneapi
9
DPCPP_ROOT=${ONEAPI_ROOT}/compiler/latest/linux
10
PYTHON_INC=`python -c "import distutils.sysconfig; \
11
print(distutils.sysconfig.get_python_inc())"`
0 commit comments