Skip to content

Commit

Permalink
CoinHSL : Prevent CoinHSL from building in parallel (spack#6715)
Browse files Browse the repository at this point in the history
CoinHSL does not seem to be able to be built in parallel. This commit forces serial compilation.
  • Loading branch information
junkudo authored and alalazo committed Dec 19, 2017
1 parent 548c225 commit d69d692
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/coinhsl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d69d692

Please sign in to comment.