cantera: better specify dependency on sundials (#17540)

This commit is contained in:
ketsubouchi 2020-07-15 14:53:36 +09:00 committed by GitHub
parent 7efb0e541e
commit 99a47e407e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')