Add fixed version 0.7.0 to cpu-features (#32726)

* Add fixed version 0.7.0 to cpu-features
* [@spackbot] updating style on behalf of iarspider

Co-authored-by: iarspider <iarspider@users.noreply.github.com>
This commit is contained in:
iarspider 2022-09-20 19:40:39 +02:00 committed by GitHub
parent d8e566d554
commit ac459df2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ class CpuFeatures(CMakePackage):
version("main", branch="main")
version("develop", branch="main", deprecated=True)
version("0.7.0", tag="v0.7.0")
depends_on("cmake@3.0.0:", type="build")
def cmake_args(self):