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-cpuid_ia64.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/openblas/files/patch-cpuid_ia64.c (limited to 'math/openblas/files/patch-cpuid_ia64.c') diff --git a/math/openblas/files/patch-cpuid_ia64.c b/math/openblas/files/patch-cpuid_ia64.c new file mode 100644 index 000000000000..d0b46a84f2fe --- /dev/null +++ b/math/openblas/files/patch-cpuid_ia64.c @@ -0,0 +1,12 @@ +--- cpuid_ia64.c.orig 2012-02-05 16:28:01.000000000 +0900 ++++ cpuid_ia64.c 2012-02-05 16:28:41.000000000 +0900 +@@ -38,7 +38,9 @@ + + #include + #include ++#ifdef linux + #include ++#endif + #include "cpuid.h" + + #ifdef __ECC -- cgit v1.2.3