xsdk: update xsdk@develop to use sundials, plasma, magma (#6649)
Also update xsdk@0.3.0 to use a fixed version of magma
This commit is contained in:
parent
e831ecbf3a
commit
80284617a5
@ -80,7 +80,12 @@ class Xsdk(Package):
|
||||
depends_on('alquimia@develop', when='@develop')
|
||||
|
||||
depends_on('sundials@3.1.0~int64+hypre', when='@0.3.0')
|
||||
depends_on('magma', when='@0.3.0 +cuda')
|
||||
depends_on('sundials@3.1.0~int64+hypre', when='@develop')
|
||||
|
||||
depends_on('plasma@17.1', when='@develop %gcc@4.9:')
|
||||
|
||||
depends_on('magma@2.2.0', when='@0.3.0 +cuda')
|
||||
depends_on('magma@2.2.0', when='@develop +cuda')
|
||||
|
||||
# xSDKTrilinos depends on the version of Trilinos built with
|
||||
# +tpetra which is turned off for faster xSDK
|
||||
|
Loading…
Reference in New Issue
Block a user