diff options
author | Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> | 2023-12-12 19:17:39 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-12 20:03:50 +0100 |
commit | 84ca7effd38f7ff589ef044ad453b93d688542f6 (patch) | |
tree | 2e1cb586ee823c08bef0d860f6f401b5323e9dd8 /math/openblas/files/patch-c_check | |
parent | hebrew/libreoffice: add missed distinfo which lost during LibreOffice 7.6.4 u... (diff) |
math/openblas: upgrade to 0.3.25
Releases notes at <https://github.com/OpenMathLib/OpenBLAS/releases>.
PR: 273219
Exp-run by: antoine@
Diffstat (limited to 'math/openblas/files/patch-c_check')
-rw-r--r-- | math/openblas/files/patch-c_check | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/openblas/files/patch-c_check b/math/openblas/files/patch-c_check deleted file mode 100644 index 817371d8f62f..000000000000 --- a/math/openblas/files/patch-c_check +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |