cpu-features: fix fetch failure (#32325)

* cpu-features: fix fetch failure

`master` branch was renamed to `main`

* Update var/spack/repos/builtin/packages/cpu-features/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
iarspider 2022-08-23 21:37:59 +02:00 committed by GitHub
parent 6654d53611
commit 2b680ae7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,8 @@ class CpuFeatures(CMakePackage):
homepage = "https://github.com/google/cpu_features"
git = "https://github.com/google/cpu_features.git"
version("develop", branch="master")
version("main", branch="main")
version("develop", branch="main", deprecated=True)
depends_on("cmake@3.0.0:", type="build")