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 6cfdc4c commit 6fce291Copy full SHA for 6fce291
conda-recipe/bld.bat
@@ -1,6 +1,7 @@
1
2
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%"
+set "LIB=%BUILD_PREFIX%\Library\lib;%BUILD_PREFIX%\compiler\lib;%LIB%"
4
+set "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%"
5
6
"%PYTHON%" setup.py clean --all
7
"%PYTHON%" setup.py install --sycl-compiler-prefix=%BUILD_PREFIX%\Library
0 commit comments