1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
# MPC - Multiple Precision Complex Library # https://www.multiprecision.org/mpc/ [package] name = "mpc" version = "1.3.1" release = 1 description = "Multiple Precision Complex Library" url = "https://www.multiprecision.org/mpc/" license = "LGPL-3.0-or-later" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["gmp", "mpfr"] build = ["gmp", "mpfr"] [[source]] file = "mpc-1.3.1.tar.gz" urls = [ "https://ftpmirror.gnu.org/mpc/mpc-1.3.1.tar.gz", "https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz", "https://mirrors.kernel.org/gnu/mpc/mpc-1.3.1.tar.gz" ] checksum = "ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8" [build] parallel = true