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 70a56bd commit 784d6b2Copy full SHA for 784d6b2
conda-recipe/bld.bat
@@ -5,13 +5,6 @@ set "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%"
5
"%PYTHON%" setup.py clean --all
6
set "SKBUILD_ARGS=-G Ninja -- -DCMAKE_C_COMPILER:PATH=icx -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON"
7
8
-FOR %%V IN (14.0.0 14 15.0.0 15 16.0.0 16 17.0.0 17) DO @(
9
- REM set DIR_HINT if directory exists
10
- IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
11
- SET "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"
12
- )
13
-)
14
-
15
if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
16
rem Install and assemble wheel package from the build bits
17
"%PYTHON%" setup.py install bdist_wheel %SKBUILD_ARGS%
0 commit comments