pfapack: forbid building in parallel (#21826)
There are cases where parallel build fails.
This commit is contained in:
parent
14ad4fe5fb
commit
8e8c599299
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ class Pfapack(MakefilePackage):
|
|||
|
||||
version('2014-09-17', sha256='b68fc35dda23ee24c358641b1a92ef701c4ffa0b3f0b0808b24e68afeb58ef07')
|
||||
|
||||
parallel = False
|
||||
|
||||
depends_on('lapack')
|
||||
depends_on('blas')
|
||||
depends_on('python', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue