mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 01:06:30 +00:00
fbe6bcbf4d
news: - https://www.multiprecision.org/mpc/ - https://gitlab.inria.fr/mpc/mpc/-/blob/1.3.1/NEWS
18 lines
817 B
Makefile
18 lines
817 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="mpc"
|
|
PKG_VERSION="1.3.1"
|
|
PKG_SHA256="ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8"
|
|
PKG_LICENSE="LGPL"
|
|
PKG_SITE="https://www.multiprecision.org"
|
|
PKG_URL="http://ftpmirror.gnu.org/mpc/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_HOST="ccache:host gmp:host mpfr:host"
|
|
PKG_LONGDESC="A C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result."
|
|
|
|
PKG_CONFIGURE_OPTS_HOST="--target=${TARGET_NAME} \
|
|
--enable-static --disable-shared \
|
|
--with-gmp=${TOOLCHAIN} \
|
|
--with-mpfr=${TOOLCHAIN}"
|