archspec: fixed a typo in the vendored library (#20584)
This commit is contained in:
parent
8919226dc6
commit
60f4621a73
2 changed files with 2 additions and 2 deletions
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 8a6ae71962a9b5d65e21901f844e360551dfb7ff)
|
||||
* Version: 0.1.2 (commit 068b0ebd641211971acf10f39aa876703a34bae4)
|
||||
|
||||
argparse
|
||||
--------
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
"intel": [
|
||||
{
|
||||
"versions": "16.0:",
|
||||
"flags": "-march={name} -mtune={name}}"
|
||||
"flags": "-march={name} -mtune={name}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue