summaryrefslogtreecommitdiffstats
path: root/cluster/atlas/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/atlas/HISTORY')
-rw-r--r--cluster/atlas/HISTORY32
1 files changed, 32 insertions, 0 deletions
diff --git a/cluster/atlas/HISTORY b/cluster/atlas/HISTORY
index 2c2d89f4f5..5495ff64a9 100644
--- a/cluster/atlas/HISTORY
+++ b/cluster/atlas/HISTORY
@@ -1,3 +1,35 @@
+2011-05-15 Peng Chang (Charels) <chp@sourcemage.org>
+ * BUILD: fat_shared is still not prevailing, added make check and make time,
+ these takes only 2 min, but definitely worth keeping record
+ * DEPENDS: force_depends lapack when necessary
+ * DETAILS: updated to 3.8.4
+ * PRE_BUILD: patch archinfo_x86.c; there's no reference builds for Corei2,
+ which will cause build failure and the detection for Corei2 is buggy, so
+ only Corei1 will be used
+ * x86.patch: the patch for archinfo_x86.c
+ * emit_mm.patch: not necessary any more
+
+2011-05-14 Peng Chang (Charles) <chp@sourcemage.org>
+ * BUILD, CONFIGURE, INSTALL: shared library is common practice and
+ required by nearly all dependents; so it is no longer an option,
+ and shared library is built nonetheless; and pt libraries will
+ never be used if they are named thus, so decide what kind of libraries
+ will be used at compilation time; I trust you can make the choice
+ if you really care how atlas performs
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD: patching configure, removing duplicate object file from
+ liblapack.a
+ * configure.patch: the patch
+
+2011-05-13 Peng Chang (Charles) <chp@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * 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
* CONFIGURE: added this file to query various options