helics: fixed dependency on boost (#16363)
This commit is contained in:
parent
67ad8ed546
commit
6c0d4fb5e5
@ -43,7 +43,7 @@ class Helics(CMakePackage):
|
||||
# Build dependency
|
||||
depends_on('git', type='build', when='@master:')
|
||||
depends_on('cmake@3.4:', type='build')
|
||||
depends_on('boost@1.70: ~atomic ~chrono ~date_time ~exception ~filesystem ~graph ~iostreams ~locale ~log ~math ~program_options ~random ~regex ~serialization ~signals ~system ~test ~thread ~timer ~wave', type='build', when='+boost')
|
||||
depends_on('boost@1.70:', type='build', when='+boost')
|
||||
depends_on('swig@3.0:', type='build', when='+swig')
|
||||
|
||||
depends_on('libzmq@4.3:', when='+zmq')
|
||||
|
Loading…
Reference in New Issue
Block a user