gmp@4: use ENV.deparallelize.

This commit is contained in:
Mike McQuaid 2016-12-19 17:24:52 +00:00
parent fe30dc3d48
commit 1c2819bc12

View file

@ -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