Update the documents for 0.1alpha2.2 version.
authortraits <traits.zhang@gmail.com>
Wed, 13 Jul 2011 17:02:19 +0000 (01:02 +0800)
committertraits <traits.zhang@gmail.com>
Wed, 13 Jul 2011 17:02:19 +0000 (01:02 +0800)
Changelog.txt
Makefile.rule
README

index 4c8ff2f985db023fab53488d907b9f1fd0b57a5c..b431c9723ee31c85ff858f4373f61d205912acee 100644 (file)
@@ -1,4 +1,12 @@
 OpenBLAS ChangeLog
+====================================================================
+Version 0.1 alpha2.2
+14-Jul-2011
+
+common:
+       * Fixed a building bug when DYNAMIC_ARCH=1 & INTERFACE64=1. 
+         (Refs issue #44 on github)
+
 ====================================================================
 Version 0.1 alpha2.1
 28-Jun-2011
index 7560193afcd42967baa0c03899cb246b73356c0f..8d3d73ac9ac603eaa64cee012d941591f26ca6eb 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 # This library's version
-VERSION = 0.1alpha2.1
+VERSION = 0.1alpha2.2
 
 # You can specify the target architecture, otherwise it's
 # automatically detected.
diff --git a/README b/README
index 9a7b1632645d2218ceabcd9e87ed7118cc2e82aa..248741544da12d70a5e465f9d39a70895461245e 100644 (file)
--- a/README
+++ b/README
@@ -72,7 +72,6 @@ Please see Changelog.txt to obtain the differences between GotoBLAS2 1.13 BSD ve
 9.Known Issues
 * The number of CPUs/Cores should less than or equal to 8*sizeof(unsigned long). On 64 bits, the limit 
   is 64. On 32 bits, it is 32.
-* This library is not compatible with EKOPath Compiler Suite 4.0.10 (http://www.pathscale.com/ekopath-compiler-suite). However, Path64 (https://github.com/path64/compiler) could compile the codes successfully.
 
 10. Specification of Git Branches
 We used the git branching model in this article (http://nvie.com/posts/a-successful-git-branching-model/).