File: SuiteSparse-winclang.patch

package info (click to toggle)
julia 1.0.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,452 kB
  • sloc: lisp: 236,453; ansic: 55,579; cpp: 25,603; makefile: 1,685; pascal: 1,130; sh: 956; asm: 86; xml: 76
file content (14 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- SuiteSparse_config/SuiteSparse_config.h	2015-07-15 03:26:41.000000000 +0000
+++ SuiteSparse_config/SuiteSparse_config.h	2016-07-01 00:55:57.157465600 +0000
@@ -54,7 +54,11 @@
 #ifdef _WIN64
 
 #define SuiteSparse_long __int64
+#ifdef _MSVC_VER
 #define SuiteSparse_long_max _I64_MAX
+#else
+#define SuiteSparse_long_max LLONG_MAX
+#endif
 #define SuiteSparse_long_idd "I64d"
 
 #else