Files
gentoo/sci-libs/cxsparse/files/cxsparse-3.2.0-header.patch
Michael Orlitzky 50ce8988e7 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>
2020-03-02 12:20:45 -05:00

18 lines
531 B
Diff

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