# # Library for multiple-precision floating point. # # The MPFR library is a C library for multiple-precision # floating-point computations with correct rounding. # 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=mpfr pkgversion=4.2.0 arch=amd64 release=1 pkgcategory="libs" full_pkgname=mpfr_4.2.0_amd64-1@libs blurb="Library for multiple-precision floating point." homepage="https://www.mpfr.org" license="GPLv3+, LGPLv3+" fetch="https://www.mpfr.org/mpfr-current/mpfr-4.2.0.tar.bz2" replace=""