Building with -j may cause the esmumps_main target to fail with a "no rule for dependency libptesmumps.a" error. Fix the dependency name. --- scotch_6.0.4/src/esmumps/Makefile 2012-12-01 08:29:29.000000000 -0600 +++ scotch_6.0.4/src/esmumps/Makefile 2015-06-15 17:29:23.279605734 -0500 @@ -160,6 +160,6 @@ order.h \ symbol.h \ esmumps.h \ - lib$(ESMUMPSLIB)$(LIB) \ + libesmumps$(LIB) \ $(libdir)/lib$(SCOTCHLIB)$(LIB) \ $(libdir)/lib$(SCOTCHLIB)errexit$(LIB) '>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/services.scm
AgeCommit message (Expand)Author
2022-11-20installer: Add comment above the 'packages' field....Ludovic Courtès
2022-08-08installer: Add comments and vertical space to the generated config....Ludovic Courtès
2021-12-28installer: Offer 'gpm-service-type' for non-graphical systems....Leo Famulari
2021-12-28installer: Recommend 'ntp-service-type' for non-graphical systems....Leo Famulari
2021-06-30installer: Offer the CUPS printing service....Tobias Geerinckx-Rice
2021-06-23installer: Remove unused procedure....Tobias Geerinckx-Rice