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 /> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kerberos.scm
AgeCommit message (Expand)Author
2018-06-10gnu: heimdal: Update to 7.5.0....Alex Vong
2018-03-16gnu: All snippets report errors using exceptions, else return #t....Mark H Weaver
2017-12-13gnu: mit-krb5: Update to 1.16....Marius Bakke
2017-10-22gnu: mit-krb5: Remove graft for 1.15.2....Marius Bakke
2017-10-09gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368,11462}]....Leo Famulari
2017-07-23Merge branch 'master' into core-updatesLeo Famulari
2017-07-20gnu: heimdal: Fix CVE-2017-{6594,11103}....Alex Vong