summaryrefslogtreecommitdiff
path: root/lib/spack/external/__init__.py
diff options
context:
space:
mode:
authorKevin Pedretti <ktpedre@users.noreply.github.com>2021-10-05 13:22:55 -0600
committerGitHub <noreply@github.com>2021-10-05 19:22:55 +0000
commit47607dcac5928432be8abad1360c4c357809e363 (patch)
treec5e60fac2e9486dceacc99e8040d58ea5cb3f616 /lib/spack/external/__init__.py
parentd998ea1bd41b4cf7f47caa734b7c7df86178ef0c (diff)
downloadspack-47607dcac5928432be8abad1360c4c357809e363.tar.gz
spack-47607dcac5928432be8abad1360c4c357809e363.tar.bz2
spack-47607dcac5928432be8abad1360c4c357809e363.tar.xz
spack-47607dcac5928432be8abad1360c4c357809e363.zip
Use gnuconfig package for config file replacement for RISC-V. (#26364)
* Use gnuconfig package for config file replacement for RISC-V. This extends the changes in #26035 to handle RISC-V. Before this change, many packages fail to configure on riscv64 due to config.guess being too old to know about RISC-V. This is seen out of the box when clingo fails to build from source due to pkgconfig failing to configure, throwing error: "configure: error: cannot guess build type; you must specify one". * Add riscv64 architecture * Update vendored archspec from upstream project. These archspec updates include changes needed to support riscv64. * Update archspec's __init__.py to reflect the commit hash of archspec being used.
Diffstat (limited to 'lib/spack/external/__init__.py')
-rw-r--r--lib/spack/external/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/external/__init__.py b/lib/spack/external/__init__.py
index 112ad9e9af..b2acccd8cc 100644
--- a/lib/spack/external/__init__.py
+++ b/lib/spack/external/__init__.py
@@ -11,7 +11,7 @@ archspec
* Homepage: https://pypi.python.org/pypi/archspec
* Usage: Labeling, comparison and detection of microarchitectures
-* Version: 0.1.2 (commit 8940a8b099a54ded21f8cf4314c4b83b558bb6d1)
+* Version: 0.1.2 (commit 85757b6666422fca86aa882a769bf78b0f992f54)
argparse
--------