# This file created by conda-build 3.20.5 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Thu Nov 19 01:58:46 2020 # ------------------------------------------------ package: name: gmp version: 6.2.1 source: sha256: eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c url: https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2 build: number: '0' run_exports: - gmp >=6.2.1,<7.0a0 string: h58526e2_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - binutils_impl_linux-64 2.35.1 h17ad2fc_0 - binutils_linux-64 2.35 hc3fd857_29 - gcc_impl_linux-64 7.5.0 hda68d29_13 - gcc_linux-64 7.5.0 he2a3fca_29 - gnuconfig 2020.11.07 hd8ed1ab_0 - gxx_impl_linux-64 7.5.0 h64c220c_13 - gxx_linux-64 7.5.0 h547f3ba_29 - kernel-headers_linux-64 2.6.32 h77966d4_13 - ld_impl_linux-64 2.35.1 hed1e6ac_0 - libgcc-ng 9.3.0 h5dbcf3e_17 - libgomp 9.3.0 h5dbcf3e_17 - libstdcxx-ng 9.3.0 h2ae2ef3_17 - m4 1.4.18 h516909a_1001 - make 4.3 hd18ef5c_1 - sysroot_linux-64 2.12 h77966d4_13 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - libgcc-ng 9.3.0 h5dbcf3e_17 - libgomp 9.3.0 h5dbcf3e_17 - libstdcxx-ng 9.3.0 h2ae2ef3_17 run: - libgcc-ng >=7.5.0 - libstdcxx-ng >=7.5.0 test: commands: - test -f ${PREFIX}/lib/libgmp.a - test -f ${PREFIX}/lib/libgmp.so - test -f ${PREFIX}/lib/libgmpxx.a - test -f ${PREFIX}/lib/libgmpxx.so files: - test.c requires: - gcc_linux-64 7.* about: home: http://gmplib.org/ license: GPL-2.0-or-later AND LGPL-3.0-or-later license_file: COPYING.LESSERv3 summary: The GNU multiprecision library. extra: copy_test_source_files: true final: true recipe-maintainers: - asmeurer - isuruf - jakirkham