diff options
| author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-18 16:35:48 +0000 |
|---|---|---|
| committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-18 16:35:48 +0000 |
| commit | 66cb2cdb0b0357e8e5184e27a93523262fdc588f (patch) | |
| tree | 7da7cb8f21a2b9661249c1e8fa950ed47c709d4b /math/openblas/files/patch-f_check | |
| parent | Update to 2015.1.1341249 for micropatching (diff) | |
Update to 0.2.15.
0.2.15 was released in October 2015.
Release notes: http://www.openblas.net/Changelog.txt
This update introduces support for new CPU architectures, such as Intel's
Broadwell and Skylake. In practice, this means people using those architectures
can actually build the port now (OpenBLAS seems to do some CPU-detection that
cannot be easily turned off and refusing to build on unrecognized CPUs).
Port changes:
- Reorganize a few variables in Makefile.
- Refresh patches.
PR: 206886
Submitted by: Adriaan de Groot <groot@kde.org> (first version),
Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
MFH: 2016Q1
Notes
Notes:
svn path=/head/; revision=409114
Diffstat (limited to 'math/openblas/files/patch-f_check')
| -rw-r--r-- | math/openblas/files/patch-f_check | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/openblas/files/patch-f_check b/math/openblas/files/patch-f_check index 7f2364c5fb10..72113d19766b 100644 --- a/math/openblas/files/patch-f_check +++ b/math/openblas/files/patch-f_check @@ -1,6 +1,6 @@ ---- f_check.orig 2014-08-18 12:16:14.000000000 +0900 -+++ f_check 2014-09-03 23:08:18.000000000 +0900 -@@ -259,7 +259,7 @@ +--- f_check.orig 2015-10-27 20:44:50 UTC ++++ f_check +@@ -261,7 +261,7 @@ if ($link ne "") { foreach $flags (@flags) { if ( @@ -9,7 +9,7 @@ && ($flags !~ /^-LIST:/) && ($flags !~ /^-LANG:/) ) { -@@ -290,7 +290,7 @@ +@@ -292,7 +292,7 @@ if ($link ne "") { } if ( |
