# This file created by conda-build 1.21.14+0.g4dfebe9.dirty # meta.yaml template originally from: # /recipe_root, last modified Tue Jan 3 08:11:31 2017 # ------------------------------------------------ package: name: gmp version: 6.1.2 source: fn: gmp-6.1.2.tar.bz2 sha256: 5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2 url: https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2 build: number: '0' requirements: build: - m4 - toolchain 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 about: home: http://gmplib.org/ license: GPL 2 and LGPL 3 license_file: COPYING.LESSERv3 summary: The GNU multiprecision library. extra: recipe-maintainers: - asmeurer - isuruf - jakirkham