ports/math/openblas/files/patch-c_check
Robert Clausecker 2c83bd52e5 math/openblas: Revert "update to 0.3.24"
On some amd64 CPUs, this change broke py-scipy during configure,
and octave at runtime.  In the end, octave kills the package
builders.

This reverts commit c45681ef50.

Approved by:	portmgr (antoine)
PR:		273219
MFH:		2023Q4
2023-10-10 13:18:06 -04:00

11 lines
415 B
Text

--- 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;