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.
This commit is contained in:
parent
467261803f
commit
9117dfd118
@ -825,6 +825,41 @@
|
||||
"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": {
|
||||
|
Loading…
Reference in New Issue
Block a user