pflotran: switch to parallel build (#9554)

This commit is contained in:
Satish Balay 2018-10-17 09:57:20 -05:00 committed by GitHub
parent 62d821d843
commit da3f45eb6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,4 +44,6 @@ class Pflotran(AutotoolsPackage):
depends_on('petsc@xsdk-0.2.0+hdf5+metis', when='@xsdk-0.2.0')
depends_on('petsc@3.8.0:+hdf5+metis', when='@xsdk-0.3.0')
parallel = False
@property
def parallel(self):
return self.spec.satisfies('@develop')