# 
# GNU multiple precision arithmetic library.
# 
# GMP is a free library for arbitrary precision arithmetic, operating
# on signed integers, rational numbers, and floating-point numbers.
# There is no practical limit to the precision except the ones implied
# by the available memory in the machine GMP runs on.
# 
# GMP has a rich set of functions, and the functions have a regular
# interface.
# 

QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QILDFLAGS="-s"
QICPPFLAGS="-D_FORTIFY_SOURCE=2"
pkgname=gmp
pkgversion=6.2.1
arch=amd64
release=1
pkgcategory="libs"
full_pkgname=gmp_6.2.1_amd64-1@libs
blurb="GNU multiple precision arithmetic library."
homepage="https://gmplib.org"
license="GPLv2+, GPLv3+, LGPLv3+"
fetch="ftp://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.lz"
replace=""