CoinHSL : Prevent CoinHSL from building in parallel (#6715)

CoinHSL does not seem to be able to be built in parallel. This commit forces serial compilation.
This commit is contained in:
junkudo 2017-12-18 23:30:39 -08:00 committed by Massimiliano Culpo
parent 548c225d45
commit d69d692203

View file

@ -45,3 +45,6 @@ class Coinhsl(AutotoolsPackage):
url = "file://{0}/coinhsl-archive-2014.01.17.tar.gz".format(os.getcwd())
version('2014.01.17', '9eb3dd40ed034814ed8dfee75b281180c1d9d2ae')
# CoinHSL fails to build in parallel
parallel = False