xsdk: update build to follow strumpack change (#21871)

Change happened in 671f0ff32b
This commit is contained in:
Satish Balay 2021-02-23 03:22:44 -06:00 committed by GitHub
parent 56af6ac79f
commit a3c9d1b501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,10 +156,10 @@ class Xsdk(BundlePackage):
depends_on('omega-h@9.19.1', when='@0.4.0 +omega-h')
depends_on('strumpack ~cuda', when='~cuda @0.6.0: +strumpack')
depends_on('strumpack@master~slate', when='@develop +strumpack')
depends_on('strumpack@5.0.0~slate', when='@0.6.0 +strumpack')
depends_on('strumpack@3.3.0~slate', when='@0.5.0 +strumpack')
depends_on('strumpack@3.1.1~slate', when='@0.4.0 +strumpack')
depends_on('strumpack@master~slate~openmp', when='@develop +strumpack')
depends_on('strumpack@5.0.0~slate~openmp', when='@0.6.0 +strumpack')
depends_on('strumpack@3.3.0~slate~openmp', when='@0.5.0 +strumpack')
depends_on('strumpack@3.1.1~slate~openmp', when='@0.4.0 +strumpack')
depends_on('pumi@master', when='@develop')
depends_on('pumi@2.2.5', when='@0.6.0')