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:
parent
6654d53611
commit
2b680ae7b8
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user