Age | Commit message (Collapse) | Author |
|
Apart from debug information, one can also strip some symbols. This can
be a significant difference, qtbase:out consists of about 5 MB of those
symbols. As per [1], --strip-debug is included in --strip-unneeded, and
the debug files created also contain a copy of the information removed
by --strip-unneeded.
Linux From Scratch suggests that this option shouldn't be used on static
libraries [2], however other sources [3] indicate otherwise. Building a
toolchain with this patch succeeds, and the result works fine for
'gcc -static hello-world.c'.
[1]: https://stackoverflow.com/a/52555093
[2]: http://www.linuxfromscratch.org/lfs/view/9.1/chapter05/stripping.html
[3]: https://www.technovelty.org/linux/stripping-shared-libraries.html
* guix/build/gnu-build-system.scm (strip): Use --strip-unneeded.
|
|
* gnu/packages/boost.scm (boost): Update to 1.74.0.
[source]: Remove patches and defunct substitute.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/llvm.scm (llvm, clang, clang-runtime,
clang-toolchain, lld): Update to 10.0.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/maths.scm (openblas): Update to 0.3.10.
[source]: Fetch from github.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/python.scm (python-3.8): Update to 3.8.5.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/cups.scm (cups-filters)[inputs]: Add grep.
[arguments]: Wrap all filters with it in $PATH.
|
|
This is a follow-up to commit d9484fba91bc360ad18fe82cb9f4963ccb32c580, and
fixes "make dist".
* gnu/packages/commencement (bash-mesboot0): Remove reference to store item.
|
|
|
|
* gnu/packages/statistics.scm (r-quantreg): Update to 5.67.
|
|
* gnu/packages/statistics.scm (r-cowplot): Update to 1.1.0.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.900.3.0.
|
|
* gnu/packages/statistics.scm (r-ggdendro): Update to 0.1.22.
|
|
* gnu/packages/statistics.scm (r-stringi): Update to 1.5.3.
|
|
* gnu/packages/statistics.scm (r-mass): Update to 7.3-53.
|
|
* gnu/packages/cran.scm (r-diversitree): Update to 0.9-14.
|
|
* gnu/packages/cran.scm (r-seurat): Update to 3.2.1.
[propagated-inputs]: Remove r-ape; add r-matrixstats.
|
|
* gnu/packages/cran.scm (r-rfast): Update to 2.0.1.
|
|
* gnu/packages/cran.scm (r-scatterpie): Update to 0.1.5.
|
|
* gnu/packages/cran.scm (r-forecast): Update to 8.13.
|
|
* gnu/packages/cran.scm (r-gamlss): Update to 5.2-0.
|
|
* gnu/packages/cran.scm (r-parameters): Update to 0.8.5.
|
|
* gnu/packages/cran.scm (r-systemfonts): Update to 0.3.1.
|
|
* gnu/packages/cran.scm (r-dalex): Update to 2.0.
|
|
* gnu/packages/cran.scm (r-sf): Update to 0.9-6.
|
|
* gnu/packages/cran.scm (r-deldir): Update to 0.1-29.
|
|
* gnu/packages/cran.scm (r-shinyjs): Update to 2.0.0.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-etm): Update to 1.1.1.
|
|
* gnu/packages/cran.scm (r-fields): Update to 11.4.
|
|
* gnu/packages/cran.scm (r-rnifti): Update to 1.2.2.
|
|
* gnu/packages/cran.scm (r-misc3d): Update to 0.9-0.
|
|
* gnu/packages/cran.scm (r-rcpphnsw): Update to 0.3.0.
|
|
* gnu/packages/cran.scm (r-ggeffects): Update to 0.16.0.
|
|
* gnu/packages/cran.scm (r-performance): Update to 0.5.0.
|
|
* gnu/packages/cran.scm (r-mosaicdata): Update to 0.20.1.
|
|
* gnu/packages/cran.scm (r-mosaiccore): Update to 0.8.0.
[propagated-inputs]: Remove r-lazyeval.
|
|
* gnu/packages/cran.scm (r-flextable): Update to 0.5.11.
|
|
* gnu/packages/cran.scm (r-insight): Update to 0.9.5.
|
|
* gnu/packages/cran.scm (r-officer): Update to 0.3.14.
|
|
* gnu/packages/cran.scm (r-extradistr): Update to 1.9.1.
|
|
* gnu/packages/cran.scm (r-tsa): Update to 1.3.
[propagated-inputs]: Add r-tseries.
|
|
* gnu/packages/cran.scm (r-xfun): Update to 0.17.
|
|
* gnu/packages/cran.scm (r-processx): Update to 3.4.4.
|
|
* gnu/packages/cran.scm (r-xts): Update to 0.12.1.
|
|
* gnu/packages/cran.scm (r-psych): Update to 2.0.8.
|
|
* gnu/packages/cran.scm (r-inline): Update to 0.3.16.
|
|
* gnu/packages/cran.scm (r-lmtest): Update to 0.9-38.
|
|
* gnu/packages/cran.scm (r-shape): Update to 1.4.5.
|
|
* gnu/packages/cran.scm (r-jsonlite): Update to 1.7.1.
|
|
* gnu/packages/cran.scm (r-callr): Update to 3.4.4.
|
|
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.3.6.
[propagated-inputs]: Add r-glue.
|