boost: update version analysis patch for fujitsu compiler. (#29198)
This commit is contained in:
parent
77d2b9a87a
commit
b0c63a6554
@ -0,0 +1,11 @@
|
|||||||
|
--- spack-src/tools/build/src/tools/clang-linux.jam.orig 2022-02-22 09:51:17.000000000 +0900
|
||||||
|
+++ spack-src/tools/build/src/tools/clang-linux.jam 2022-02-22 11:22:58.000000000 +0900
|
||||||
|
@@ -97,7 +97,7 @@
|
||||||
|
|
||||||
|
rule get-full-version ( command-string )
|
||||||
|
{
|
||||||
|
- return [ common.match-command-output version : "version ([0-9.]+)"
|
||||||
|
+ return [ common.match-command-output version : "LLVM ([0-9.]+)"
|
||||||
|
: "$(command-string) --version" ] ;
|
||||||
|
}
|
||||||
|
|
@ -261,7 +261,8 @@ def libs(self):
|
|||||||
working_dir='libs/system', level=1)
|
working_dir='libs/system', level=1)
|
||||||
|
|
||||||
# Change the method for version analysis when using Fujitsu compiler.
|
# Change the method for version analysis when using Fujitsu compiler.
|
||||||
patch('fujitsu_version_analysis.patch', when='@1.67.0:%fj')
|
patch('fujitsu_version_analysis.patch', when='@1.67.0:1.76.0%fj')
|
||||||
|
patch('fujitsu_version_analysis-1.77.patch', when='@1.77.0:%fj')
|
||||||
|
|
||||||
# Add option to C/C++ compile commands in clang-linux.jam
|
# Add option to C/C++ compile commands in clang-linux.jam
|
||||||
patch('clang-linux_add_option.patch', when='@1.56.0:1.63.0')
|
patch('clang-linux_add_option.patch', when='@1.56.0:1.63.0')
|
||||||
|
Loading…
Reference in New Issue
Block a user