diff -urN origsrc/SuiteSparse/CYGWIN-PATCHES/README src/SuiteSparse/CYGWIN-PATCHES/README --- origsrc/SuiteSparse/CYGWIN-PATCHES/README 1970-01-01 01:00:00.000000000 +0100 +++ src/SuiteSparse/CYGWIN-PATCHES/README 2008-04-27 14:03:39.546875000 +0200 @@ -0,0 +1,70 @@ +SuiteSparse +------------------------------------------ +SuiteSparse is a single archive that contains + +o AMD: symmetric approximate minimum degree +o BTF: permutation to block triangular form +o CAMD: symmetric approximate minimum degree +o CCOLAMD: constrained column approximate minimum degree +o COLAMD: column approximate minimum degree +o CHOLMOD: sparse supernodal Cholesky factorization and update/downdate +o CSparse: a concise sparse matrix package +o CXSparse: an extended version of CSparse +o KLU: sparse LU factorization, for circuit simulation +o LDL: a simple LDL^T factorization +o UMFPACK: sparse multifrontal LU factorization +o RBio: MATLAB toolbox for reading/writing sparse matrices +o UFconfig: common configuration for all but CSparse +o LINFACTOR: solve Ax=b using LU or CHOL +o MESHND: 2D and 3D mesh generation and nested dissection +o SSMULT: sparse matrix times sparse matrix +Plus this software (in SuiteSparse itself, not downloaded separately): +o UFcollection: software for managing the collection +o MATLAB_Tools: various m-file utilities + +------------------------------------------ + +License: + licensed GPL v 2. + +Runtime requirements: + cygwin-1.5.25 or newer + lapack-3.0 or newer + blas + +Build requirements: + cygwin + blas + lapack-3.0 or newer + gcc-3.3.3 or newer + binutils-20030901-1 or newer + binutils, gcc, g++, g77, make, ine, tetex, tetex-base, + diff, patch, texi2html + +Canonical homepage: + http://www.cise.ufl.edu/research/sparse/SuiteSparse/ + +Canonical download: + http://www.cise.ufl.edu/research/sparse/SuiteSparse +------------------------------------ + +Special Notes: + + 1) To compile CSXSparse on cygwin the patch + http://www.geocities.jp/tmacchant/cs.h.cygwin.patch.txt + is needed. + As explained http://www.geocities.jp/tmacchant/additional.html + + 2) to allow a correctly compilation of Octave the relevant + Suitsparse include files are also copied in + /usr/include/suitesparse also that in their own sub-directory + + +------------------------------------------- + +---------- SuiteSparse-3.1.0-1 ----------- +Initial Cygwin Package +------------------------------------ +Cygwin port maintained by: Marco Atzeri + +Please address all questions to the Cygwin mailing list at cygwin@cygwin.com diff -urN origsrc/SuiteSparse/CYGWIN-PATCHES/lib-devel.hint src/SuiteSparse/CYGWIN-PATCHES/lib-devel.hint --- origsrc/SuiteSparse/CYGWIN-PATCHES/lib-devel.hint 1970-01-01 01:00:00.000000000 +0100 +++ src/SuiteSparse/CYGWIN-PATCHES/lib-devel.hint 2008-04-27 14:04:33.187500000 +0200 @@ -0,0 +1,4 @@ +sdesc: "SuiteSparse - (development)" +category: Devel Libs Math +requires: cygwin lapack +ldesc: "library and headers of SuiteSparse. Used to compile Octave" diff -urN origsrc/SuiteSparse/CYGWIN-PATCHES/setup.hint src/SuiteSparse/CYGWIN-PATCHES/setup.hint --- origsrc/SuiteSparse/CYGWIN-PATCHES/setup.hint 1970-01-01 01:00:00.000000000 +0100 +++ src/SuiteSparse/CYGWIN-PATCHES/setup.hint 2008-04-27 14:03:39.546875000 +0200 @@ -0,0 +1,4 @@ +sdesc: "SuiteSparse" +category: Libs Math +requires: cygwin +ldesc: "library and headers of SuiteSparse. Used to compile Octave"