pfapack: forbid building in parallel (#21826)

There are cases where parallel build fails.
This commit is contained in:
kuramoto-fj 2021-02-22 18:04:29 +09:00 committed by GitHub
parent 14ad4fe5fb
commit 8e8c599299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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