1diff -r -x '*.o' -x '*.lo' -x .deps -x .dirstamp -x .libs CHOLMOD-orig/Include/cholmod_blas.h CHOLMOD/Include/cholmod_blas.h
2108,115c108,115
3< #define BLAS_DTRSV dtrsv
4< #define BLAS_DGEMV dgemv
5< #define BLAS_DTRSM dtrsm
6< #define BLAS_DGEMM dgemm
7< #define BLAS_DSYRK dsyrk
8< #define BLAS_DGER  dger
9< #define BLAS_DSCAL dscal
10< #define LAPACK_DPOTRF dpotrf
11---
12> #define BLAS_DTRSV igraphdtrsv
13> #define BLAS_DGEMV igraphdgemv
14> #define BLAS_DTRSM igraphdtrsm
15> #define BLAS_DGEMM igraphdgemm
16> #define BLAS_DSYRK igraphdsyrk
17> #define BLAS_DGER  igraphdger
18> #define BLAS_DSCAL igraphdscal
19> #define LAPACK_DPOTRF igraphdpotrf
20128,135c128,135
21< #define BLAS_DTRSV dtrsv_
22< #define BLAS_DGEMV dgemv_
23< #define BLAS_DTRSM dtrsm_
24< #define BLAS_DGEMM dgemm_
25< #define BLAS_DSYRK dsyrk_
26< #define BLAS_DGER  dger_
27< #define BLAS_DSCAL dscal_
28< #define LAPACK_DPOTRF dpotrf_
29---
30> #define BLAS_DTRSV igraphdtrsv_
31> #define BLAS_DGEMV igraphdgemv_
32> #define BLAS_DTRSM igraphdtrsm_
33> #define BLAS_DGEMM igraphdgemm_
34> #define BLAS_DSYRK igraphdsyrk_
35> #define BLAS_DGER  igraphdger_
36> #define BLAS_DSCAL igraphdscal_
37> #define LAPACK_DPOTRF igraphdpotrf_
38diff -r -x '*.o' -x '*.lo' -x .deps -x .dirstamp -x .libs CHOLMOD-orig/Supernodal/cholmod_super_numeric.c CHOLMOD/Supernodal/cholmod_super_numeric.c
3979,82c79,82
40< #define COMPLEX
41< #include "t_cholmod_super_numeric.c"
42< #define ZOMPLEX
43< #include "t_cholmod_super_numeric.c"
44---
45> /* #define COMPLEX */
46> /* #include "t_cholmod_super_numeric.c" */
47> /* #define ZOMPLEX */
48> /* #include "t_cholmod_super_numeric.c" */
49283,290c283,290
50< 	case CHOLMOD_COMPLEX:
51< 	    ok = c_cholmod_super_numeric (A, F, beta, L, C, Common) ;
52< 	    break ;
53<
54< 	case CHOLMOD_ZOMPLEX:
55< 	    /* This operates on complex L, not zomplex */
56< 	    ok = z_cholmod_super_numeric (A, F, beta, L, C, Common) ;
57< 	    break ;
58---
59> 	/* case CHOLMOD_COMPLEX: */
60> 	/*     ok = c_cholmod_super_numeric (A, F, beta, L, C, Common) ; */
61> 	/*     break ; */
62>
63> 	/* case CHOLMOD_ZOMPLEX: */
64> 	/*     /\* This operates on complex L, not zomplex *\/ */
65> 	/*     ok = z_cholmod_super_numeric (A, F, beta, L, C, Common) ; */
66> 	/*     break ; */
67diff -r -x '*.o' -x '*.lo' -x .deps -x .dirstamp -x .libs CHOLMOD-orig/Supernodal/cholmod_super_solve.c CHOLMOD/Supernodal/cholmod_super_solve.c
6829,30c29,30
69< #define COMPLEX
70< #include "t_cholmod_super_solve.c"
71---
72> /* #define COMPLEX */
73> /* #include "t_cholmod_super_solve.c" */
74112,114c112,114
75< 	case CHOLMOD_COMPLEX:
76< 	    c_cholmod_super_lsolve (L, X, E, Common) ;
77< 	    break ;
78---
79> 	/* case CHOLMOD_COMPLEX: */
80> 	/*     c_cholmod_super_lsolve (L, X, E, Common) ; */
81> 	/*     break ; */
82205,207c205,207
83< 	case CHOLMOD_COMPLEX:
84< 	    c_cholmod_super_ltsolve (L, X, E, Common) ;
85< 	    break ;
86---
87> 	/* case CHOLMOD_COMPLEX: */
88> 	/*     c_cholmod_super_ltsolve (L, X, E, Common) ; */
89> 	/*     break ; */
90