From b425b07ea7e043a3db68246f3225db0c72a734f8 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sun, 26 Aug 2012 10:42:45 +0000 Subject: 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 --- math/openblas/files/patch-f_check | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 math/openblas/files/patch-f_check (limited to 'math/openblas/files/patch-f_check') 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/) -- cgit v1.2.3