diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-04-17 23:55:36 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:57 +0700 |
commit | a457f9cf7c277467b6744bef8135dee5a8d96e93 (patch) | |
tree | eda40a6a6f67869d49d4dd52adbae72c9e5ee190 /academic/suitesparse/README | |
parent | 96ada775cab29ed1dc4c26f444a2ef25518554f5 (diff) | |
download | slackbuilds-a457f9cf7c277467b6744bef8135dee5a8d96e93.tar.gz |
academic/suitesparse: Updated for version 4.5.4 + new maintainer
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'academic/suitesparse/README')
-rw-r--r-- | academic/suitesparse/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/academic/suitesparse/README b/academic/suitesparse/README index 376e0e0c99..d4f385acca 100644 --- a/academic/suitesparse/README +++ b/academic/suitesparse/README @@ -20,8 +20,14 @@ Suitesparse is an optional dependency for the octave package. NOTES: -* CHOLMOD can also be compiled to use the METIS library, but it is not -used here because its licensing terms exclude it from Octave. +* CHOLMOD is now compiled to use the METIS library. It was not +used previously because the licensing terms of earlier METIS +versions excluded it from Octave in some circumstances. Recent +versions of METIS now use the Apache License Version 2.0 and +should cause no problems. However if it is still desired to +build CHOLMOD without METIS, set the USEMETIS environment +variable to "no" when running the SlackBuild e.g. + USEMETIS=no sh suitesparse.SlackBuild * CXSparse is a superset of CSparse, and the two share common header names, so it does not make sense to build both. CXSparse is built |