diff options
Diffstat (limited to 'gnu/packages/patches/fasthenry-spUtils.patch')
-rw-r--r-- | gnu/packages/patches/fasthenry-spUtils.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/patches/fasthenry-spUtils.patch b/gnu/packages/patches/fasthenry-spUtils.patch new file mode 100644 index 0000000000..99f650d53d --- /dev/null +++ b/gnu/packages/patches/fasthenry-spUtils.patch @@ -0,0 +1,12 @@ +Add forward declarations. + +--- fasthenry-3.0/src/fasthenry/sparse/spUtils.c.orig 2015-07-22 12:12:52.579370846 +0200 ++++ fasthenry-3.0/src/fasthenry/sparse/spUtils.c 2015-07-22 12:14:09.636275633 +0200 +@@ -107,6 +107,7 @@ + #include "spDefs.h" + + ++static RealNumber ComplexCondition( MatrixPtr, RealNumber, int* ); + + + |