{% set version = "6.1.2" %} package: name: gmp version: {{ version }} source: fn: gmp-{{ version }}.tar.bz2 url: https://gmplib.org/download/gmp/gmp-{{ version }}.tar.bz2 sha256: 5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2 build: number: 0 skip: true # [win] requirements: build: - m4 - toolchain test: files: - test.c commands: - test -f ${PREFIX}/lib/libgmp.a # [unix] - test -f ${PREFIX}/lib/libgmp.dylib # [osx] - test -f ${PREFIX}/lib/libgmp.so # [linux] - test -f ${PREFIX}/lib/libgmpxx.a # [unix] - test -f ${PREFIX}/lib/libgmpxx.dylib # [osx] - test -f ${PREFIX}/lib/libgmpxx.so # [linux] 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