]> git.pld-linux.org Git - packages/gegl.git/blob - umfpack.patch
- updated to 0.4.18; uses meson now
[packages/gegl.git] / umfpack.patch
1 --- gegl-0.2.0/operations/external/matting-levin.c~     2012-03-29 22:05:50.000000000 +0200
2 +++ gegl-0.2.0/operations/external/matting-levin.c      2014-10-12 19:56:41.699138429 +0200
3 @@ -61,6 +61,10 @@
4  #include <suitesparse/umfpack.h>
5  #endif
6  
7 +#ifndef UF_long
8 +#define UF_long SuiteSparse_long
9 +#endif
10 +
11  #include "matting-levin-cblas.h"
12  
13  
This page took 0.034474 seconds and 3 git commands to generate.