# This file created by conda-build 1.21.14+0.g4dfebe9.dirty # meta.yaml template originally from: # /recipe_root, last modified Tue Jan 3 06:08:49 2017 # ------------------------------------------------ package: name: mpfr version: 3.1.5 source: fn: mpfr-3.1.5.tar.bz2 sha256: f4eb5070883aee3fd8b927751ea63ff95aebe24418cde852439ce74c3dd2513c url: http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.5.tar.gz build: features: '' msvc_compiler: '14.0' number: '0' requirements: build: - toolchain - m4 - libtool - gmp run: - gmp test: commands: - test -f ${PREFIX}/lib/libmpfr.a - test -f ${PREFIX}/lib/libmpfr.so about: home: http://www.mpfr.org/ license: LGPL 3 license_file: /feedstock_root/build_artefacts/work/mpfr-3.1.5/COPYING.LESSER summary: The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. extra: recipe-maintainers: - isuruf - jakirkham