summaryrefslogtreecommitdiffstats
path: root/cluster/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/atlas')
-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