xsdk@develop: enable hypre shared (even on OSX) and superlu-dist variant (#11131)

This commit is contained in:
Satish Balay 2019-04-09 08:42:44 -05:00 committed by GitHub
parent c6a7d0db03
commit a9bf3bdd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ class Xsdk(Package):
variant('omega-h', default=True, description='Enable omega-h package build')
variant('dealii', default=True, description='Enable dealii package build')
depends_on('hypre@develop~internal-superlu', when='@develop')
depends_on('hypre@develop~internal-superlu+superlu-dist+shared', when='@develop')
depends_on('hypre@2.15.1~internal-superlu', when='@0.4.0')
depends_on('hypre@2.12.1~internal-superlu', when='@0.3.0')
depends_on('hypre@xsdk-0.2.0~internal-superlu', when='@xsdk-0.2.0')