# This file created by conda-build 2.1.6 # meta.yaml template originally from: # /recipe_root, last modified Fri Mar 17 03:32:51 2017 # ------------------------------------------------ package: name: mpc version: 1.0.3 source: fn: mpc-1.0.3.tar.gz sha1: b8be66396c726fdc36ebb0f692ed8a8cca3bcc66 url: http://www.multiprecision.org/mpc/download/mpc-1.0.3.tar.gz build: features: '' noarch: '' noarch_python: false number: '4' string: '4' requirements: build: - toolchain 2.0.0 0 - mpfr 3.1.5 0 - libtool 2.4.6 0 - gmp 6.1.2 0 - m4 1.4.17 1 run: - gmp - mpfr 3.* test: commands: - test -f ${PREFIX}/include/mpc.h - test -f ${PREFIX}/lib/libmpc.a - test -f ${PREFIX}/lib/libmpc.so about: home: http://www.multiprecision.org/ license: LGPL 3 license_file: /feedstock_root/build_artefacts/mpc_1489721640010/work/mpc-1.0.3/COPYING.LESSER summary: A C library for the arithmetic of complex numbers with arbitrarily high precision. extra: final: true recipe-maintainers: - isuruf - jakirkham