From: julie Date: Thu, 7 Feb 2013 16:28:08 +0000 (+0000) Subject: Fix typos in README X-Git-Tag: submit/tizen/20180313.231549~508 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=476aeea055346ef060a5996b95a2c4365f61e59f;p=platform%2Fupstream%2Flapack.git Fix typos in README --- diff --git a/DOCS/Doxyfile b/DOCS/Doxyfile index 9098aa87..a10bf912 100644 --- a/DOCS/Doxyfile +++ b/DOCS/Doxyfile @@ -647,7 +647,7 @@ INPUT_ENCODING = UTF-8 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py # *.f90 *.f *.for *.vhd *.vhdl -FILE_PATTERNS = *.f +FILE_PATTERNS = zunmtr.f # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. diff --git a/README b/README index c236f6ad..696cae78 100644 --- a/README +++ b/README @@ -40,8 +40,8 @@ very much on the efficiency of the BLAS. ================= LAPACK INSTALLATION: - - LAPACK can be installed with make. Configuration haev to be set in the - make.inc file. A make.inc.example for a Linux mahcine running GNU compilers + - LAPACK can be installed with make. Configuration have to be set in the + make.inc file. A make.inc.example for a Linux machine running GNU compilers is given in the main directory. Some specific make.inc are also available in the INSTALL directory - LAPACK includes also the CMAKE build. You will need to have CMAKE installed