summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Chang (Charles)2011-05-13 23:37:07 +0800
committerPeng Chang (Charles)2011-05-13 23:42:42 +0800
commit4e6d12e587781d9f2ca871d0189c88f2b12b8e0f (patch)
treeae65255da80196953ad099ac2414f5f2df1dd309
parent09e5a9f4795468268fb72fbbe204f3959b467c6c (diff)
atlas: added a patch to fix wrong code generation during build
-rw-r--r--cluster/atlas/HISTORY3
-rwxr-xr-xcluster/atlas/PRE_BUILD5
2 files changed, 7 insertions, 1 deletions
diff --git a/cluster/atlas/HISTORY b/cluster/atlas/HISTORY
index da8d688493..9f1ce9c1ca 100644
--- a/cluster/atlas/HISTORY
+++ b/cluster/atlas/HISTORY
@@ -2,6 +2,9 @@
* BUILD, CONFIGURE: clean up ineffective options
* BUILD: fixed a bug unnoticed for 2 years, appending ${OPTS} to the end
of configure
+ * PRE_BUILD: applying upstream patch to fix code generation problems
+ during build
+ * emit_mm.patch: the above patch generated from upstream update
2009-05-17 Peng Chang (Charles) <chp516@gmail.com>
* BUILD: changed accordingly
diff --git a/cluster/atlas/PRE_BUILD b/cluster/atlas/PRE_BUILD
index cc0a8ec1da..ce52e773e0 100755
--- a/cluster/atlas/PRE_BUILD
+++ b/cluster/atlas/PRE_BUILD
@@ -1,2 +1,5 @@
default_pre_build &&
-mkdir $SOURCE_DIRECTORY/bld
+mkdir $SOURCE_DIRECTORY/bld &&
+
+cd $SOURCE_DIRECTORY &&
+patch tune/blas/gemm/emit_mm.c $SPELL_DIRECTORY/emit_mm.patch