# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= mpc VERSION= 1.3.1 KEYWORDS= math devel VARIANTS= std SDESC[std]= High-precision complex number library HOMEPAGE= https://www.multiprecision.org/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GNU/mpc DISTFILE[1]= mpc-1.3.1.tar.gz:main DF_INDEX= 1 SPKGS[std]= set primary dev info OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= gmp:dev:std mpfr:dev:std BUILDRUN_DEPENDS= gmp:primary:std mpfr:primary:std USES= libtool INFO= info:mpc FPC_EQUIVALENT= math/mpc INFO_SUBDIR= . MUST_CONFIGURE= gnu CONFIGURE_ARGS= --with-gmp={{LOCALBASE}} --with-mpfr={{LOCALBASE}} INSTALL_TARGET= install-strip SOVERSION= 3.3.1 do-test: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check) [FILE:566:descriptions/desc.primary] Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr. The library is written by Andreas Enge, Philippe Theveny and Paul Zimmermann and is distributed under the Gnu Lesser General Public License, either version 2.1 of the license, or (at your option) any later version. The Mpc library has been registered in France by the Agence pour la Protection des Programmes on 2003-02-05 under the number IDDN FR 001 060029 000 R P 2003 000 10000. [FILE:95:distinfo] ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 773573 mpc-1.3.1.tar.gz [FILE:53:manifests/plist.primary] lib/ libmpc.so.%%SOMAJOR%% libmpc.so.%%SOVERSION%% [FILE:40:manifests/plist.dev] include/mpc.h lib/ libmpc.a libmpc.so [FILE:245:patches/patch-src_mpc.h] --- src/mpc.h.orig 2022-12-09 14:02:48 UTC +++ src/mpc.h @@ -21,6 +21,7 @@ along with this program. If not, see htt #ifndef __MPC_H #define __MPC_H +#include /* for FILE */ #include #include "gmp.h" #include "mpfr.h"