Commit Graph
10 Commits
Author SHA1 Message Date
julie 6cb10ef589 minor fix: add comment to warn that vector and matrix arguments are not referenced when N = 0, or M = 0 2011-01-04 19:58:09 +00:00
julie 0d5645bfec Merge some of Sebastien Fabbro's patch for CMAKE 2010-12-15 18:44:42 +00:00
julie 4ff24babc1 Patch provided by the kitware team on Aug 5th (Brad King and Bill Hoffman)
Add the install rules and exports the targets.
Now one can write

find_package(LAPACK 3.2.2)

in another project to find either the LAPACK build tree or the
install tree.
2010-08-10 16:57:20 +00:00
julie 3137c2a46f Take off comment to put xerbla back in BLAS lib 2010-03-10 17:48:14 +00:00
julie 708ac3e2f4 Fix bug0023: SROTMG and DROTMG uses deprecated Fortran ASSIGN statement and assigned GOTO statement, actually fixed ROTM also 2009-09-10 22:59:31 +00:00
julie 17112c1f29 Add CMAKE support to LAPACK 2009-08-11 21:58:21 +00:00
julie 1a86352338 Following a out-of-bound complaint by gfortran
Modify size in declaration of DX and DY.
It was set to 1, and 5 or N in the comments !!!!!
Put * in the declaration and N in the comments

This routine may need to be double-checked.
2009-01-12 22:16:18 +00:00
julie a0d64643e4 Last round of modifications to the comments for the generation of the manpages 2009-01-02 21:57:02 +00:00
julie ff981f106b 2008-12-16 17:06:58 +00:00
jason baba851215 Move LAPACK trunk into position. 2008-10-28 01:38:50 +00:00