Skip to content
Snippets Groups Projects
Commit 9117dfd1 authored by Massimiliano Culpo's avatar Massimiliano Culpo Committed by Todd Gamblin
Browse files

Add all the 'generic' architectures that are mentioned in recipes (#12958)

LLVM, mesa and other packages check for these generic
microarchitectures. One solution is to let Spack know they exist.
parent 46726180
No related branches found
No related tags found
No related merge requests found
...@@ -825,6 +825,41 @@ ...@@ -825,6 +825,41 @@
"flags": "-march=armv8-a -mtune=generic" "flags": "-march=armv8-a -mtune=generic"
} }
} }
},
"arm": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
},
"ppc": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
},
"ppcle": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
},
"sparc": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
},
"sparc64": {
"from": null,
"vendor": "generic",
"features": [],
"compilers": {
}
} }
}, },
"feature_aliases": { "feature_aliases": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment