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 d364977 commit 6cfdc4cCopy full SHA for 6cfdc4c
conda-recipe/bld.bat
@@ -3,7 +3,7 @@ REM A workaround for activate-dpcpp.bat issue to be addressed in 2021.4
3
set "LIB=%CONDA_PREFIX%\Library\lib;%CONDA_PREFIX%\compiler\lib;%LIB%"
4
5
"%PYTHON%" setup.py clean --all
6
-"%PYTHON%" setup.py install --sycl-compiler-prefix=%CONDA_PREFIX%\Library
+"%PYTHON%" setup.py install --sycl-compiler-prefix=%BUILD_PREFIX%\Library
7
if errorlevel 1 exit 1
8
9
rem Build wheel package
0 commit comments