diff options
Diffstat (limited to 'math/openblas/files/patch-c_check')
-rw-r--r-- | math/openblas/files/patch-c_check | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/openblas/files/patch-c_check b/math/openblas/files/patch-c_check new file mode 100644 index 000000000000..817371d8f62f --- /dev/null +++ b/math/openblas/files/patch-c_check @@ -0,0 +1,11 @@ +--- c_check.orig 2019-04-29 17:22:19 UTC ++++ c_check +@@ -320,7 +320,7 @@ open(CONFFILE, "> $config" ) || die "Can't create $co + # print $data, "\n"; + + print MAKEFILE "OSNAME=$os\n"; +-print MAKEFILE "ARCH=$architecture\n"; ++print MAKEFILE "ARCH_=$architecture\n"; + print MAKEFILE "C_COMPILER=$compiler\n"; + print MAKEFILE "BINARY32=\n" if $binformat ne bin32; + print MAKEFILE "BINARY64=\n" if $binformat ne bin64; |