We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48da2e7 + 4d5ae33 commit 48c53c9Copy full SHA for 48c53c9
1 file changed
deps/build.jl
@@ -49,8 +49,8 @@ if !issource_build
49
50
else
51
println("Doing a source build for C dependencies...")
52
- if "NEMO_BUILD_THREADS" in keys(ENV)
53
- build_threads = ENV["NEMO_BUILD_THREADS"]
+ if "GB_BUILD_THREADS" in keys(ENV)
+ build_threads = ENV["GB_BUILD_THREADS"]
54
println("Using $build_threads threads for building as specified by NEMO_BUILD_THREADS.")
55
56
build_threads = Sys.CPU_THREADS
0 commit comments