helics: fixed dependency on boost (#16363)

This commit is contained in:
Ryan Mast 2020-04-29 00:10:33 -07:00 committed by GitHub
parent 67ad8ed546
commit 6c0d4fb5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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