fix_cantera_installation (#13962)
For a successful cantera installation, googletest has to be installed with gmock on, and sundials has to be of version less than 3.2
This commit is contained in:
parent
88680febc9
commit
fb52f1c7e2
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ class Cantera(SConsPackage):
|
|||
|
||||
# Required dependencies
|
||||
depends_on('fmt@3.0.0:3.0.2', when='@2.3.0:')
|
||||
depends_on('googletest', when='@2.3.0:')
|
||||
depends_on('googletest+gmock', when='@2.3.0:')
|
||||
depends_on('eigen', when='@2.3.0:')
|
||||
depends_on('boost')
|
||||
depends_on('sundials', when='+sundials') # must be compiled with -fPIC
|
||||
depends_on('sundials@:3.1.2', when='+sundials') # must be compiled with -fPIC
|
||||
depends_on('blas')
|
||||
depends_on('lapack')
|
||||
|
||||
|
|
Loading…
Reference in a new issue