~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to CSparse/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CSparse: a Concise Sparse Matrix package.
2
 
Version 2.0.6, Copyright (c) 2006, Timothy A. Davis, Dec 7, 2006.
 
2
Version 2.2.0, Copyright (c) 2006-2007, Timothy A. Davis, Mar 31, 2007.
3
3
 
4
4
Refer to "Direct Methods for Sparse Linear Systems," Timothy A. Davis,
5
5
SIAM, Philadelphia, 2006.  No detailed user guide is included in this
30
30
 
31
31
Some of the MATLAB tests require the AMD package.
32
32
See http://www.cise.ufl.edu/research/sparse for CSparse and the AMD ordering
33
 
package.  See the ./License.txt file for the license (GNU LGPL).
 
33
package.  See the Doc/License.txt file for the license (GNU LGPL).
34
34
 
35
35
To compile the C-library (./Source) and C demo programs (./Demo) just type
36
36
"make" in this directory.  This should work on any system with the "make"
50
50
Contents:
51
51
--------------------------------------------------------------------------------
52
52
 
53
 
ChangeLog       changes in CSparse since first release
54
53
Demo/           demo C programs that use CSparse
55
 
lesser.txt      the GNU LGPL
56
 
License.txt     license (GNU LGPL)
 
54
Doc/            license and change log
57
55
Makefile        Makefile for the whole package
58
56
MATLAB/         MATLAB interface, demos, and tests for CSparse
59
57
Matrix/         sample matrices
62
60
Tcov/           CSparse tests
63
61
 
64
62
--------------------------------------------------------------------------------
 
63
./Doc:          license and change log
 
64
--------------------------------------------------------------------------------
 
65
 
 
66
ChangeLog       changes in CSparse since first release
 
67
lesser.txt      the GNU LGPL
 
68
License.txt     license (GNU LGPL)
 
69
 
 
70
--------------------------------------------------------------------------------
65
71
./Source:       Primary source code for CSparse
66
72
--------------------------------------------------------------------------------
67
73