Skip to content

Commit 6a8c53c

Browse files
committed
Disable JIT on Windows
1 parent fcc2579 commit 6a8c53c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

suitesparse.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ fi
116116
if [ -n "${CMAKE_GNUtoMS}" ]; then
117117
# Windows JIT options
118118
echo "Skipping JIT on Windows for now because it fails to build."
119+
cmake_params+=(-DGRAPHBLAS_USE_JIT=OFF)
119120
else
120121
# Use `-DJITINIT=2` so that the JIT functionality is available, but disabled by default.
121122
# Level 2, "run", means that pre-JIT kernels may be used, which does not require a compiler at runtime.

0 commit comments

Comments
 (0)