bug#55499: excessively large manifests due to propagation

2022-07-01 Thread Ludovic Courtès
Hi! I went ahead and pushed it as 4ff12d1de7cd617b791996ee7ca1240660b4c20e. Ludo’.

bug#55499: excessively large manifests due to propagation

2022-06-14 Thread Ludovic Courtès
Hey Ricardo, Ludovic Courtès skribis: > These patches implement what you suggested on IRC: not repeating > entire manifest entries and their propagated inputs. This has a > dramatic impact on the size of the ‘manifest’ file and on the memory > and processing time to read it for the the use

bug#55499: excessively large manifests due to propagation

2022-05-24 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hi! > > Ricardo Wurmus skribis: > >> A profile consisting only of four R packages (r-seurat, r-cistopic, >> r-monocle3, and r-cicero-monocle3) results in a “manifest” file that >> weighs 7.1MB. At the MDC I repeatedly encountered manifest files that >> are exceeding

bug#55499: excessively large manifests due to propagation

2022-05-24 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > A profile consisting only of four R packages (r-seurat, r-cistopic, > r-monocle3, and r-cicero-monocle3) results in a “manifest” file that > weighs 7.1MB. At the MDC I repeatedly encountered manifest files that > are exceeding 24MB. Commit

bug#55499: excessively large manifests due to propagation

2022-05-18 Thread Ricardo Wurmus
Packages of some languages rely heavily on propagation. R is one example. Since the generated “manifest” file of a Guix profile records entries for all propagated packages, this can get really big really quickly. A profile consisting only of four R packages (r-seurat, r-cistopic, r-monocle3,