mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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>
18 lines
531 B
Diff
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
|
|
|