fix typo wrt target=graviton (#19865)
* fix typo wrt target=graviton This fixes spack build on aarch64 box * update archspec hash
This commit is contained in:
parent
e80276cd14
commit
33469414a5
2
lib/spack/external/__init__.py
vendored
2
lib/spack/external/__init__.py
vendored
@ -11,7 +11,7 @@
|
||||
|
||||
* Homepage: https://pypi.python.org/pypi/archspec
|
||||
* Usage: Labeling, comparison and detection of microarchitectures
|
||||
* Version: 0.1.2 (commit 6e1b6502bb0a743d44a5eed7cfbbb84b4b817c43)
|
||||
* Version: 0.1.2 (commit 2846749dc5b12ae2b30ff1d3f0270a4a5954710d)
|
||||
|
||||
argparse
|
||||
--------
|
||||
|
@ -1490,7 +1490,7 @@
|
||||
},
|
||||
{
|
||||
"versions": "6:",
|
||||
"flags" : "-march==armv8-a+crc+crypto -mtune=cortex-a72"
|
||||
"flags" : "-march=armv8-a+crc+crypto -mtune=cortex-a72"
|
||||
}
|
||||
],
|
||||
"clang" : [
|
||||
|
Loading…
Reference in New Issue
Block a user