# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= mpc VERSION= 1.3.1 KEYWORDS= math devel VARIANTS= standard SDESC[standard]= High-precision complex number library HOMEPAGE= http://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[standard]= complete static shared OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= gmp:complete:standard mpfr:complete:standard EXRUN[shared]= gmp:shared:standard mpfr:shared:standard USES= libtool INFO= static: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:620:descriptions/desc.static] 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. This package contains the header and static library. [FILE:168:descriptions/desc.shared] Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. This package contains the shared library. [FILE:95:distinfo] ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 773573 mpc-1.3.1.tar.gz [FILE:27:manifests/plist.static] include/mpc.h lib/libmpc.a [FILE:64:manifests/plist.shared] lib/ libmpc.so libmpc.so.%%SOMAJOR%% libmpc.so.%%SOVERSION%% [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"