You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
393 B
7 lines
393 B
TERMUX_PKG_VERSION=6.1.0
|
|
TERMUX_PKG_HOMEPAGE=https://gmplib.org/
|
|
TERMUX_PKG_DESCRIPTION="Library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers"
|
|
TERMUX_PKG_SRCURL=https://gmplib.org/download/gmp/gmp-${TERMUX_PKG_VERSION}.tar.lz
|
|
|
|
# https://gmplib.org/list-archives/gmp-bugs/2012-April/002620.html
|
|
export CFLAGS="$CFLAGS $LDFLAGS"
|
|
|