mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
http://www.openblas.net/Changelog.txt: * Fix Fortran compiler detection on FreeBSD. (#470, Thanks Mike Nolta) * Fix a bug of sgemm kernel on Intel Sandy Bridge. * Added CBLAS interface for ?omatcopy and ?imatcopy. * Improved axpy and symv performance on AMD Bulldozer. * Improved gemv performance on modern Intel and AMD CPUs. PR: ports/197231 Submitted by: dieterich.joh (at) gmail.com Approved by: phd_kimberlite (at) yahoo.co.jp (maintainer)
11 lines
408 B
Text
11 lines
408 B
Text
--- c_check.orig 2014-12-03 16:14:21.000000000 +0100
|
|
+++ c_check 2015-02-01 01:01:27.784108000 +0100
|
|
@@ -228,7 +228,7 @@
|
|
# 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;
|