diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2015-07-22 14:18:27 +0200 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2015-08-01 12:29:37 +0200 |
commit | 23bae7bb862bf466fbee07f498130f156c342489 (patch) | |
tree | 349398bb414503dd16a154bd1939703c6b1fe151 /gnu/packages/patches/fasthenry-spSolve.patch | |
parent | 930945015c76083efc0dd140d6bd2cbd3ecc44ad (diff) |
gnu: Add fasthenry.
* gnu/packages/engineering.scm (fasthenry): New variable.
* gnu/packages/patches/fasthenry-spAllocate.patch,
gnu/packages/patches/fasthenry-spBuild.patch,
gnu/packages/patches/fasthenry-spFactor.patch,
gnu/packages/patches/fasthenry-spSolve.patch,
gnu/packages/patches/fasthenry-spUtils.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu/packages/patches/fasthenry-spSolve.patch')
-rw-r--r-- | gnu/packages/patches/fasthenry-spSolve.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/patches/fasthenry-spSolve.patch b/gnu/packages/patches/fasthenry-spSolve.patch new file mode 100644 index 0000000000..bed36be0bd --- /dev/null +++ b/gnu/packages/patches/fasthenry-spSolve.patch @@ -0,0 +1,12 @@ +Add forward declarations. + +--- fasthenry-3.0/src/fasthenry/sparse/spSolve.c.orig 2015-07-22 12:06:20.502771958 +0200 ++++ fasthenry-3.0/src/fasthenry/sparse/spSolve.c 2015-07-22 12:12:03.822798513 +0200 +@@ -95,6 +95,7 @@ + #include "spDefs.h" + + ++static void SolveComplexMatrix( MatrixPtr, RealVector, RealVector ); + + + |