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 aa7f946 commit 696fa3dCopy full SHA for 696fa3d
conda-recipe/bld.bat
@@ -10,7 +10,7 @@ if DEFINED OVERRIDE_INTEL_IPO (
10
set "CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=FALSE"
11
)
12
13
-FOR %%V IN (14.0.0 14 15.0.0 15 16.0.0 16 17.0.0 17) DO @(
+FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19) DO @(
14
REM set DIR_HINT if directory exists
15
IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
16
SET "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"
0 commit comments