Skip to content

Commit 5fd01bb

Browse files
committed
Set SYCL_LIBRARY_DIR_HINT as a w/a to compiler cmake issue
1 parent 2163c30 commit 5fd01bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conda-recipe/bld.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20 21.0.0 21 22.0.0 22) DO @(
2020
)
2121
)
2222

23+
rem TODO: remove once the compiler resolves an issue
24+
set "SYCL_LIBRARY_DIR_HINT=%BUILD_PREFIX%\Library"
25+
2326
set "PATCHED_CMAKE_VERSION=3.26"
2427
set "PLATFORM_DIR=%PREFIX%\Library\share\cmake-%PATCHED_CMAKE_VERSION%\Modules\Platform"
2528
set "FN=Windows-IntelLLVM.cmake"

0 commit comments

Comments
 (0)