The METIS interface from Scotch may segfault if passed NULL to indicate a default parameter, so use the older calling style. --- a/SRC/get_perm_c.c 2014-05-16 23:38:30.070835316 -0500 +++ b/SRC/get_perm_c.c 2014-05-16 23:39:04.582836211 -0500 @@ -70,11 +70,13 @@ #else /* Earlier version 3.x.x */ - /* METIS_NodeND(&nm, b_colptr, b_rowind, &numflag, metis_options, - perm, iperm);*/ + METIS_NodeND(&nm, b_colptr, b_rowind, &numflag, metis_options, + perm, iperm); /* Latest version 4.x.x */ +#if 0 METIS_NodeND(&nm, b_colptr, b_rowind, NULL, NULL, perm, iperm); +#endif /*check_perm_dist("metis perm", n, perm);*/ #endif t name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pcre.scm
AgeCommit message (Expand)Author
2019-12-11gnu: pcre2: Do not build static libraries....Marius Bakke
2019-12-11gnu: pcre2: Update to 10.34....Marius Bakke
2019-08-13Merge branch 'master' into core-updatesMarius Bakke
2019-08-04gnu: Remove pcre2/fixed....Marius Bakke
2019-08-02gnu: pcre@2: Fix run-time crash [security fix]....Tobias Geerinckx-Rice
2019-05-25Merge branch 'staging' into core-updatesMarius Bakke
2019-05-04gnu: pcre2: Update to 10.33....Marius Bakke