Info2: << Package: libmpc3 Version: 1.3.1 Revision: 1 Maintainer: David Fang Source: mirror:gnu:mpc/mpc-%v.tar.gz Source-Checksum: SHA256(ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8) License: LGPL Homepage: https://www.multiprecision.org/ Description: Multi-precision complex lib DescDetail: << 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 Th\'{e}veny and Paul Zimmermann and is distributed under the Gnu Lesser General Public License, either version 2.1 of the licence, 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. << DescPackaging: << Versions 0.8.x build against gmp 4.3.x and libmpfr1 2.4.x Versions 0.9.x build against gmp5 5.0.x and libmpfr4 3.0.x, but still work with gmp 4.3.x and libmpfr1 2.4.x gmp-5.0.5-3 contains patch for powerpc asm that fixes tpow_fr << BuildDepends: gmp5 (>= 6.1.2), libmpfr6 (>= 4.1.0) Depends: %N-shlibs (= %v-%r) BuildDependsOnly: true Conflicts: libmpc2, libmpc2-64bit, libmpc3, libmpc3-64bit Replaces: libmpc2, libmpc2-64bit, libmpc3, libmpc3-64bit PatchScript: << #!/bin/sh -ev sed -i.orig -e '/This manual documents/s|manual|file|' \ -e '/(mpc)Multiple/s|Multiple|. &|' doc/mpc.info # suppress warnings that -no-install ignored in favor of -no-fast-install perl -pi -e 's|AM_LDFLAGS = -no-install|AM_LDFLAGS = -no-fast-install|' tests/Makefile.in << ConfigureParams: << --infodir=%p/share/info \ --with-gmp=%p \ --with-mpfr=%p \ -C << CompileScript: << #!/bin/sh -ev mkdir finkbuild cd finkbuild ../configure %c make -w << InfoTest: << TestScript: << #!/bin/sh -ev cd finkbuild make -k check || exit 2 << TestSuiteSize: small << InstallScript: << #!/bin/sh -ev cd finkbuild make DESTDIR=%d install << DocFiles: COPYING.LESSER AUTHORS NEWS README TODO ChangeLog InfoDocs: mpc.info SplitOff: << Package: %N-shlibs Depends: gmp5-shlibs (>= 6.1.2), libmpfr6-shlibs (>= 4.1.0) Files: %lib/libmpc.*.dylib Shlibs: %p/%lib/libmpc.3.dylib 7.0.0 %n (>= 1.3.0-1) DocFiles: COPYING.LESSER << <<