Skip to content

Commit

Permalink
science/getdp: Updat to 3.6.0.
Browse files Browse the repository at this point in the history
Also include patch that maintainer will push upstream.
  • Loading branch information
Stephen Montgomery-Smith authored and Stephen Montgomery-Smith committed Mar 11, 2024
1 parent 3af26ee commit 404309f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
3 changes: 1 addition & 2 deletions science/getdp/Makefile
@@ -1,6 +1,5 @@
PORTNAME= getdp
PORTVERSION= 3.5.0
PORTREVISION= 2
PORTVERSION= 3.6.0
CATEGORIES= science
MASTER_SITES= http://www.geuz.org/getdp/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
Expand Down
6 changes: 3 additions & 3 deletions science/getdp/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1652456807
SHA256 (getdp-3.5.0-source.tgz) = 0bf76c49efa9b88401a457c12f7aabd97597ad49ef632d3fb9308aa8ea437bdc
SIZE (getdp-3.5.0-source.tgz) = 1901571
TIMESTAMP = 1709878592
SHA256 (getdp-3.6.0-source.tgz) = 37571bef65bbec3afe4f3787a4b82fe45b856fe489ab219c7e7fa439f12f6600
SIZE (getdp-3.6.0-source.tgz) = 1900780
11 changes: 11 additions & 0 deletions 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);
}

0 comments on commit 404309f

Please sign in to comment.