# # Library for the arithmetic of complex numbers. # # The MPC package contains a library for the arithmetic of complex # numbers with arbitrarily high precision and correct rounding of # the result. # 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=mpc pkgversion=1.3.1 arch=amd64 release=1 pkgcategory="libs" full_pkgname=mpc_1.3.1_amd64-1@libs blurb="Library for the arithmetic of complex numbers." homepage="https://www.multiprecision.org" license="LGPLv3+" fetch="ftp://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz" replace=""