Skip to content

Commit

Permalink
Disable JIT on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Jun 3, 2024
1 parent fcc2579 commit 6a8c53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suitesparse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ fi
if [ -n "${CMAKE_GNUtoMS}" ]; then
# Windows JIT options
echo "Skipping JIT on Windows for now because it fails to build."
cmake_params+=(-DGRAPHBLAS_USE_JIT=OFF)
else
# Use `-DJITINIT=2` so that the JIT functionality is available, but disabled by default.
# Level 2, "run", means that pre-JIT kernels may be used, which does not require a compiler at runtime.
Expand Down

0 comments on commit 6a8c53c

Please sign in to comment.