spack/var/spack/repos/builtin/packages/boost/fujitsu_version_analysis.patch
t-karatsu ae41ef9146 Boost/Change the method for analysis version (#12676)
* boost:Change the method for analysis version when using Fujitsu compiler.

* Change version to apply patch for Fujitsu.

* fix typo
2019-09-03 09:27:48 -05:00

12 lines
470 B
Diff

--- boost_1_70_0/tools/build/src/tools/clang-linux.jam.back 2019-08-29 17:02:15.285225280 +0900
+++ boost_1_70_0/tools/build/src/tools/clang-linux.jam 2019-08-29 17:02:33.627143178 +0900
@@ -52,7 +52,7 @@
if $(command) {
local command-string = \"$(command)\" ;
command-string = $(command-string:J=" ") ;
- version ?= [ MATCH "version ([0-9.]+)"
+ version ?= [ MATCH "Compiler ([0-9.]+)"
: [ SHELL "$(command-string) --version" ] ] ;
}