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:
parent
548c225d45
commit
d69d692203
1 changed files with 3 additions and 0 deletions
|
@ -45,3 +45,6 @@ class Coinhsl(AutotoolsPackage):
|
||||||
url = "file://{0}/coinhsl-archive-2014.01.17.tar.gz".format(os.getcwd())
|
url = "file://{0}/coinhsl-archive-2014.01.17.tar.gz".format(os.getcwd())
|
||||||
|
|
||||||
version('2014.01.17', '9eb3dd40ed034814ed8dfee75b281180c1d9d2ae')
|
version('2014.01.17', '9eb3dd40ed034814ed8dfee75b281180c1d9d2ae')
|
||||||
|
|
||||||
|
# CoinHSL fails to build in parallel
|
||||||
|
parallel = False
|
||||||
|
|
Loading…
Reference in a new issue