Patch taken from the Sage packaging system. --- src/include/Lcommon.h 2010-01-31 15:16:45.000000000 +0000 +++ src/include/Lcommon.h 2011-03-08 21:19:11.849443238 +0000 @@ -25,7 +25,7 @@ #ifdef USE_MPFR inline double lcalc_to_double(const double& x) { return x; } #endif -//inline double lcalc_to_double(const long double& x) { return x; } +inline double lcalc_to_double(const long double& x) { return x; } inline double lcalc_to_double(const int& x) { return x; } inline double lcalc_to_double(const long long& x) { return x; } inline double lcalc_to_double(const short& x) { return x; } type='hidden' name='id' value='d29cf19bfb16bfb4092cdd0231436e360fe2aa87'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/images
AgeCommit message (Expand)Author
2020-05-22doc: Update 'Bootstrapping' for further binary seed reduction....* doc/images/gcc-core-mesboot0-graph.dot: New image, replacing * doc/images/gcc-mesboot0-bag-graph.dot: ... remove file. * doc/local.mk (DOT_FILES): Update for new image file. * doc/guix.texi (Reduced Binary Seed Bootstrap): Use it in updated description of further reduction of the trusted computing base. Jan Nieuwenhuizen
2019-03-14Merge branch 'staging' into core-updatesMarius Bakke
2019-03-13doc: Document the graphical installer some more....* doc/guix.texi (Preparing for Installation): Rewrite to specify the two installation modes. (Guided Graphical Installation): New node. (Manual Installation): New node, with the former sections. (After System Installation): New node. * doc/images/installer-network.png, doc/images/installer-partitions.png, doc/images/installer-resume.png: New files. * doc/local.mk (dist_infoimage_DATA): Add them. Ludovic Courtès
2018-12-16doc: Update mesboot graph without bootstrap-guile....* doc/images/gcc-mesboot-bag-graph.dot: Update. Jan Nieuwenhuizen
2018-11-24doc: Update for bootstrap-mescc-tools change....* doc/guix.texi (Reduced Binary Seed Bootstrap): Update for bootstrap-mescc-tools change. * doc/images/gcc-mesboot-bag-graph.dot: Regenerate. Jan Nieuwenhuizen
2018-09-23doc: Describe the Reduced Binary Seed bootstrap....* doc/guix.texi (Reduced Binary Seed Bootstrap): New node. * doc/images/gcc-mesboot-bag-graph.dot: New file. * doc/local.mk (DOT_FILES): Add it. Jan Nieuwenhuizen