openturns: add v1.18 (#29097)
This commit is contained in:
parent
8485474140
commit
8daee48231
1 changed files with 2 additions and 0 deletions
|
@ -16,9 +16,11 @@ class Openturns(CMakePackage):
|
|||
deterministic studies."""
|
||||
|
||||
homepage = "https://openturns.github.io/www/"
|
||||
url = "https://github.com/openturns/openturns/archive/refs/tags/v1.18.tar.gz"
|
||||
git = "https://github.com/openturns/openturns.git"
|
||||
maintainers = ['liuyangzhuan']
|
||||
|
||||
version('1.18', sha256='1840d3fd8b38fd5967b1fa04e49d8f760c2c497400430e97623595ca48754ae0')
|
||||
version('master', branch='master')
|
||||
|
||||
variant('python', default=True, description='Build Python bindings')
|
||||
|
|
Loading…
Reference in a new issue