# This file created by conda-build 3.21.4 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Thu Aug 26 01:30:02 2021 # ------------------------------------------------ package: name: mpfr version: 4.1.0 source: fn: mpfr-4.1.0.tar.bz2 sha256: 3127fe813218f3a1f0adf4e8899de23df33b4cf4b4b3831a5314f78e65ffa2d6 url: http://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.gz build: number: '1' run_exports: - mpfr >=4.1.0,<5.0a0 string: h9202a9a_1 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - binutils_impl_linux-64 2.36.1 h193b22a_2 - binutils_linux-64 2.36 hf3e587d_33 - gcc_impl_linux-64 7.5.0 hda68d29_13 - gcc_linux-64 7.5.0 h47867f9_33 - gnuconfig 2020.11.07 hd8ed1ab_0 - kernel-headers_linux-64 2.6.32 he073ed8_14 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libgcc-ng 11.1.0 hc902ee8_8 - libgomp 11.1.0 hc902ee8_8 - libstdcxx-ng 11.1.0 h56837e0_8 - libtool 2.4.6 h58526e2_1007 - m4 1.4.18 h516909a_1001 - make 4.3 hd18ef5c_1 - sysroot_linux-64 2.12 he073ed8_14 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - gmp 6.2.1 h58526e2_0 - libgcc-ng 11.1.0 hc902ee8_8 - libgomp 11.1.0 hc902ee8_8 - libstdcxx-ng 11.1.0 h56837e0_8 run: - gmp >=6.2.1,<7.0a0 - libgcc-ng >=7.5.0 test: commands: - test -f ${PREFIX}/lib/libmpfr${SHLIB_EXT} requires: - gcc_linux-64 7.* - libtool - m4 about: home: http://www.mpfr.org/ license: LGPL-3.0-only license_file: /home/conda/feedstock_root/build_artifacts/mpfr_1629941441675/work/COPYING.LESSER summary: The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. extra: copy_test_source_files: true final: true recipe-maintainers: - isuruf - jakirkham - marcelotrevisani