diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2012-08-26 10:42:45 +0000 |
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2012-08-26 10:42:45 +0000 |
| commit | b425b07ea7e043a3db68246f3225db0c72a734f8 (patch) | |
| tree | 1b994039ba1af372cbc7382c0a12b81e93c4c55e /math/openblas/files/patch-f_check | |
| parent | - Unbreak INDEX, by depending on www/linux-f10-flashplugin11 (diff) | |
Add an math/openblas.
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
OpenBLAS is an open source project supported by
Lab of Parallel Software and Computational Science, ISCAS.
NOTE: If you want to specify your CPU microarchitecture manually,
please use TARGET_CPU_ARCH knob, e.g., "make TARGET_CPU_ARCH=NEHALEM".
This value is set TARGET build flag.
WWW: https://github.com/xianyi/OpenBLAS
PR: 165684
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
Notes
Notes:
svn path=/head/; revision=303185
Diffstat (limited to 'math/openblas/files/patch-f_check')
| -rw-r--r-- | math/openblas/files/patch-f_check | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/openblas/files/patch-f_check b/math/openblas/files/patch-f_check new file mode 100644 index 000000000000..8b43700d1f5d --- /dev/null +++ b/math/openblas/files/patch-f_check @@ -0,0 +1,20 @@ +--- f_check.orig 2012-02-05 16:41:59.000000000 +0900 ++++ f_check 2012-02-05 16:42:41.000000000 +0900 +@@ -240,7 +240,7 @@ + + foreach $flags (@flags) { + if ( +- ($flags =~ /^\-L/) ++ ($flags =~ /^\-L\S/) + && ($flags !~ /^-LIST:/) + && ($flags !~ /^-LANG:/) + ) { +@@ -263,7 +263,7 @@ + } + + if ( +- ($flags =~ /^\-l/) ++ ($flags =~ /^\-l\S/) + && ($flags !~ /gfortranbegin/) + && ($flags !~ /frtbegin/) + && ($flags !~ /pathfstart/) |
