We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552abc5 commit 4d5ae33Copy full SHA for 4d5ae33
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