cantera: better specify dependency on sundials (#17540)
This commit is contained in:
parent
7efb0e541e
commit
99a47e407e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Cantera(SConsPackage):
|
|||
depends_on('googletest+gmock', when='@2.3.0:')
|
||||
depends_on('eigen', when='@2.3.0:')
|
||||
depends_on('boost')
|
||||
depends_on('sundials@:3.1.2', when='+sundials') # must be compiled with -fPIC
|
||||
depends_on('sundials@:3.1.2+lapack', when='+sundials') # must be compiled with -fPIC
|
||||
depends_on('blas')
|
||||
depends_on('lapack')
|
||||
|
||||
|
|
Loading…
Reference in a new issue