diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-02-28 21:40:40 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-03-02 12:20:45 -0500 |
commit | 50ce8988e7554b08f62795c2bec36023585d6a89 (patch) | |
tree | 163fcb2f6369c5e1d7fc79e697a535db4e20b470 /sci-libs/cxsparse/files | |
parent | sci-libs/klu: new version 1.3.9. (diff) | |
download | gentoo-50ce8988e7554b08f62795c2bec36023585d6a89.tar.gz gentoo-50ce8988e7554b08f62795c2bec36023585d6a89.tar.bz2 gentoo-50ce8988e7554b08f62795c2bec36023585d6a89.zip |
sci-libs/cxsparse: new version 3.2.0.
Update to EAPI=7 and fix the HOMEPAGE, SRC_URI, and LICENSE. This is
part of a larger SuiteSparse v5.4.0 upgrade thanks to François Bissey
whose sage-on-gentoo ebuilds I'm using. There's a newer release
(v5.7.1) of SuiteSparse, but v5.4.0 has seen more testing.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/cxsparse/files')
-rw-r--r-- | sci-libs/cxsparse/files/cxsparse-3.2.0-header.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-libs/cxsparse/files/cxsparse-3.2.0-header.patch b/sci-libs/cxsparse/files/cxsparse-3.2.0-header.patch new file mode 100644 index 000000000000..0eaaeda69fd6 --- /dev/null +++ b/sci-libs/cxsparse/files/cxsparse-3.2.0-header.patch @@ -0,0 +1,17 @@ +diff --git a/CXSparse/Include/cs.h b/CXSparse/Include/cs.h +index a47ee115..dbdf3017 100644 +--- a/Include/cs.h ++++ b/Include/cs.h +@@ -43,9 +43,9 @@ extern "C" { + #endif + + #define CS_VER 3 /* CXSparse Version */ +-#define CS_SUBVER 1 +-#define CS_SUBSUB 9 +-#define CS_DATE "May 4, 2016" /* CXSparse release date */ ++#define CS_SUBVER 2 ++#define CS_SUBSUB 0 ++#define CS_DATE "Sept 12, 2017" /* CSparse release date */ + #define CS_COPYRIGHT "Copyright (c) Timothy A. Davis, 2006-2016" + #define CXSPARSE + |