We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81862cf commit cc5e44fCopy full SHA for cc5e44f
1 file changed
conanfile.py
@@ -25,15 +25,15 @@ class simCenterBackendApps(ConanFile): # noqa: D101
25
build_policy = 'missing'
26
requires = [ # noqa: RUF012
27
'jansson/2.13.1',
28
- 'zlib/1.2.11',
+ 'zlib/1.3.1',
29
'libcurl/8.4.0',
30
'eigen/3.3.7',
31
'clara/1.1.5',
32
'jsonformoderncpp/3.7.0',
33
'nanoflann/1.3.2',
34
'nlopt/2.7.1',
35
'kissfft/131.1.0',
36
- 'boost/1.72.0'
+ 'boost/1.84.0'
37
]
38
39
0 commit comments