rocsolver depends on fmt@7:8.0.1 (#29391)

This commit is contained in:
eugeneswalker 2022-03-07 17:58:42 -08:00 committed by GitHub
parent aea10bf876
commit 2a64c6a402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ class Rocsolver(CMakePackage):
depends_on('cmake@3.8:', type='build', when='@4.1.0:')
depends_on('cmake@3.5:', type='build')
depends_on('fmt@7.1.3:', type='build', when='@4.5.0:')
depends_on('fmt@7:8.0.1', type='build', when='@4.5.0:')
depends_on('googletest@1.10.0:', type='test')
depends_on('netlib-lapack@3.7.1:', type='test')