gmp@4: use ENV.deparallelize.
This commit is contained in:
parent
fe30dc3d48
commit
1c2819bc12
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class GmpAT4 < Formula
|
|||
|
||||
system "./configure", *args
|
||||
system "make"
|
||||
ENV.j1 # Doesn't install in parallel on 8-core Mac Pro
|
||||
ENV.deparallelize # Doesn't install in parallel on 8-core Mac Pro
|
||||
system "make", "install"
|
||||
|
||||
# Different compilers and options can cause tests to fail even
|
||||
|
|
Loading…
Reference in a new issue