aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/suite-sparse.rb
AgeCommit message (Collapse)Author
2011-05-30SuiteSparse 3.6.1Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-12Update Suite Sparse to 3.6.0Charlie Sharpsteen
Signed-off-by: David Höppner <0xffea@gmail.com>
2011-01-04Update SuiteSparse to version 3.5.0 and add aliasCharlie Sharpsteen
Makefile patch has been replaced by an inreplace block as it is easier to understand. `umfpack` is now aliased to `suite-sparse`. UMFPACK is the SuiteSparse component that most people look for as it is a SciPy dependency. Closes #3814. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-07-10New formula for SuiteSparseCharlie Sharpsteen
SuiteSparse is a collection of C and C++ routines designed for sparse matrix operations. Among other things, it is used to drive some routines in the SciPy library. Signed-off-by: Adam Vandenberg <flangy@gmail.com>