diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
commit | 6b6a1b958af3a0e59559e44ad700f761d8a49a09 (patch) | |
tree | 175d8a27f89af432f91863dade6974f15ee310f6 /chapter08/mpfr.xml | |
parent | 6786b0cde8b7df66bfc8c3067218f95a31b8e2d8 (diff) | |
parent | e8f0a1b1da395c13076b3485e33dd4f86c8baff0 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter08/mpfr.xml')
-rw-r--r-- | chapter08/mpfr.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chapter08/mpfr.xml b/chapter08/mpfr.xml index 2d16053de..c9e7c1a7d 100644 --- a/chapter08/mpfr.xml +++ b/chapter08/mpfr.xml @@ -41,20 +41,6 @@ <sect2 role="installation"> <title>Installation of MPFR</title> - <!-- https://sympa.inria.fr/sympa/arc/mpfr/2023-01/msg00002.html - https://gitlab.inria.fr/mpfr/mpfr/-/commit/5172494c - - Note that it's a different issue from Glibc #30068 we've fixed in - chapter08/glibc.xml with a sed. Normally we just document the - test failure, but in this case the particular subtest also serves - as an additional guard against Glibc #30068. So we apply the - upstream fix here. --> - <para>Fix a test case based on a bug of old Glibc releases:</para> - -<screen><userinput remap="pre">sed -e 's/+01,234,567/+1,234,567 /' \ - -e 's/13.10Pd/13Pd/' \ - -i tests/tsprintf.c</userinput></screen> - <para>Prepare MPFR for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |