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/wget.scm
AgeCommit message (Expand)Author
2022-06-01Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
2022-05-29gnu: wget: Update to 1.21.3....Efraim Flashner
2022-05-29gnu: wgetpaste: Remove trailing #t from phases....Efraim Flashner
2022-05-29gnu: wgetpaste: Add missing input....Efraim Flashner
2022-05-28gnu: wget2: Reindent package....Efraim Flashner
2022-05-28gnu: wget2: Update to 2.0.1....Efraim Flashner
2022-03-21Merge branch 'master' into staging.Maxim Cournoyer
2022-02-15gnu: wget2: Simplify inputs....Marius Bakke
2022-02-15gnu: Remove unneeded uses of 'libiconv'....Marius Bakke
2022-01-25Merge branch 'master' into staging....Maxim Cournoyer