# # An arbitrary precision numeric processing language. # # Bc is an arbitrary precision numeric processing language. Syntax is # similar to C, but differs in many substantial areas. It supports # interactive execution of statements. # # This is the version of bc maintained by Gavid D. Howard. # 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=bc pkgversion=6.2.6 arch=amd64 release=1 pkgcategory="devel" full_pkgname=bc_6.2.6_amd64-1@devel blurb="An arbitrary precision numeric processing language." homepage="https://github.com/gavinhoward/bc" license="BSD, Custom" fetch="https://github.com/gavinhoward/bc/releases/download/6.2.6/bc-6.2.6.tar.gz" replace=""