diff options
| author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-03-11 14:31:11 -0500 |
|---|---|---|
| committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-03-11 14:32:08 -0500 |
| commit | 404309f7d10292d119753099131ae7c155e05a25 (patch) | |
| tree | dc60891dd33787ab99eddadcc85e42046f523e4f /science/getdp/files/patch-src_kernel_LinAlg__SPARSKIT.cpp | |
| parent | 3af26eeeb335e796f7563d386a498207f81145b9 (diff) | |
science/getdp: Updat to 3.6.0.
Also include patch that maintainer will push upstream.
Diffstat (limited to 'science/getdp/files/patch-src_kernel_LinAlg__SPARSKIT.cpp')
| -rw-r--r-- | science/getdp/files/patch-src_kernel_LinAlg__SPARSKIT.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/getdp/files/patch-src_kernel_LinAlg__SPARSKIT.cpp b/science/getdp/files/patch-src_kernel_LinAlg__SPARSKIT.cpp new file mode 100644 index 000000000000..cf21fca26281 --- /dev/null +++ b/science/getdp/files/patch-src_kernel_LinAlg__SPARSKIT.cpp @@ -0,0 +1,11 @@ +--- src/kernel/LinAlg_SPARSKIT.cpp.orig 2024-03-08 06:48:58 UTC ++++ src/kernel/LinAlg_SPARSKIT.cpp +@@ -117,7 +117,7 @@ void LinAlg_CreateVector(gVector *V, gSolver *Solver, + V->N = n; + } + +-void LinAlg_CreateMatrix(gMatrix *M, gSolver *Solver, int n, int m) ++void LinAlg_CreateMatrix(gMatrix *M, gSolver *Solver, int n, int m, bool silent) + { + init_matrix(n, &M->M, &Solver->Params); + } |
