summaryrefslogtreecommitdiff
path: root/math/openblas/files/patch-cpuid_ia64.c
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-08-26 10:42:45 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-08-26 10:42:45 +0000
commitb425b07ea7e043a3db68246f3225db0c72a734f8 (patch)
tree1b994039ba1af372cbc7382c0a12b81e93c4c55e /math/openblas/files/patch-cpuid_ia64.c
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-cpuid_ia64.c')
-rw-r--r--math/openblas/files/patch-cpuid_ia64.c12
1 files changed, 12 insertions, 0 deletions
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 <stdio.h>
+ #include <string.h>
++#ifdef linux
+ #include <sys/sysinfo.h>
++#endif
+ #include "cpuid.h"
+
+ #ifdef __ECC