From 4e6d12e587781d9f2ca871d0189c88f2b12b8e0f Mon Sep 17 00:00:00 2001 From: Peng Chang (Charles) Date: Fri, 13 May 2011 23:37:07 +0800 Subject: atlas: added a patch to fix wrong code generation during build --- cluster/atlas/HISTORY | 3 +++ cluster/atlas/PRE_BUILD | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'cluster/atlas') 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) * 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 -- cgit v1.2.3