Revision | 64194239694d8707aa307639e6f0638fd740f9ef (tree) |
---|---|
Time | 2013-12-10 02:43:56 |
Author | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
Link to an example for building openblas is added.
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1574 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -51,7 +51,10 @@ REQUIREMENTS: | ||
51 | 51 | To get and install the OpenBLAS-libraries, see the HP:<http://xianyi.github.com/OpenBLAS/>. |
52 | 52 | The version of the OpenBLAS would be no problem if 0.2.5 or later is used. |
53 | 53 | Note that "USE_OPENMP = 1" should be set for the installation of the opneBLAS. |
54 | - Furthermore, "INTERFACE64 = 1" is also needed when you install the OpenBLAS into 64-bits machines | |
54 | + Furthermore, "BINARY=64" and "INTERFACE64 = 1" are also needed | |
55 | + when you install the OpenBLAS into 64-bits machines. | |
56 | + An example of building the openBLAS-0.2.5 by M.F. is shown in: | |
57 | + http://d.hatena.ne.jp/futofuji/20130627/p1 | |
55 | 58 | |
56 | 59 | ============================================================================== |
57 | 60 | COMPILE(using GNUmake): |