@@ -78,7 +78,7 @@ class _CMakeBuildExt(_build_ext):
ifcmakeisNone:
raiseRuntimeError("cmake not found on PATH; install it to build kernels")
parallel=os.environ.get("BUILD_PARALLEL","16")
parallel=os.environ.get("BUILD_PARALLEL","4")
cfg=[
cmake,
"-S",
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.