comparison src/mpfr.mk @ 5326:9688888f0c5c

* src/gcc-mpfr.mk, src/mpfr.mk: update to v4.0.2
author John Donoghue
date Thu, 27 Feb 2020 10:38:58 -0500
parents 9043136bc76e
children d5ece22fd694
comparison
equal deleted inserted replaced
5325:03a5acedac33 5326:9688888f0c5c
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := mpfr 4 PKG := mpfr
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.1.5 6 $(PKG)_VERSION := 4.0.2
7 $(PKG)_CHECKSUM := c0fab77c6da4cb710c81cc04092fb9bea11a9403 7 $(PKG)_CHECKSUM := 52c1f2a4c9a202f46cf3275a8d46b562aa584208
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/mpfr/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/mpfr/$($(PKG)_FILE)
11 $(PKG)_URL_2 := http://www.mpfr.org/mpfr-$($(PKG)_VERSION)/$($(PKG)_FILE) 11 $(PKG)_URL_2 := http://www.mpfr.org/mpfr-$($(PKG)_VERSION)/$($(PKG)_FILE)
12 $(PKG)_DEPS := build-gcc gmp 12 $(PKG)_DEPS := build-gcc gmp