• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision64194239694d8707aa307639e6f0638fd740f9ef (tree)
Time2013-12-10 02:43:56
AuthorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

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

Change Summary

Incremental Difference

--- a/doc/README.txt
+++ b/doc/README.txt
@@ -51,7 +51,10 @@ REQUIREMENTS:
5151 To get and install the OpenBLAS-libraries, see the HP:<http://xianyi.github.com/OpenBLAS/>.
5252 The version of the OpenBLAS would be no problem if 0.2.5 or later is used.
5353 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
5558
5659 ==============================================================================
5760 COMPILE(using GNUmake):