margo: update dependency on argobots (#16489)

This commit is contained in:
Scott Wittenburg 2020-05-06 13:17:28 -06:00 committed by GitHub
parent d0220a990c
commit 6d1e9c3ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ class Margo(AutotoolsPackage):
depends_on('pkgconfig', type='build')
depends_on('mercury')
depends_on('argobots@1.0rc1:')
depends_on('argobots@1.0:')
build_directory = 'spack-build'