mpc, mpfr: Remove unused milestones

An older version of MPC had issues with some versions of MPFR. We don't
actually have either version of these packages anymore so we no longer
need these milestones.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2025-02-07 09:48:05 +13:00
parent c6427a99ad
commit fb42bbf8fb
3 changed files with 0 additions and 4 deletions

View File

@ -1,3 +1 @@
# MPC options
# MPC 1.0.x and earlier break with MPFR 4.0.0.
## select MPFR_REQUIRE_older_than_4_0_0 if MPFR_NEEDED && !MPC_1_1_0_or_later

View File

@ -4,4 +4,3 @@ mirrors='https://www.multiprecision.org/downloads $(CT_Mirrors GNU mpc)'
relevantpattern='*.*|.'
archive_formats='.tar.gz'
signature_format='packed/.sig'
milestones='1.1.0'

View File

@ -5,4 +5,3 @@ mirrors='https://www.mpfr.org/mpfr-${CT_MPFR_VERSION} $(CT_Mirrors GNU mpfr)'
relevantpattern='*.*|.'
archive_formats='.tar.xz .tar.bz2 .tar.gz .zip'
signature_format='packed/.asc'
milestones='4.0.0'