{% set name = "draco" %} {% set version = "1.5.6" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/google/draco/archive/{{ version }}.tar.gz sha256: 0280888e5b8e4c4fb93bf40e65e4e8a1ba316a0456f308164fb5c2b2b0c282d6 patches: - start-group.patch build: number: 0 skip: true # [win and vc<14] requirements: build: - cmake - make - {{ compiler('cxx') }} test: commands: - draco_encoder -h about: home: https://github.com/google/draco/ license: Apache-2.0 license_family: Apache license_file: LICENSE summary: A library for compressing and decompressing 3D geometric meshes and point clouds description: | A library for compressing and decompressing 3D geometric meshes and point clouds doc_url: https://google.github.io/draco/ dev_url: https://github.com/google/draco extra: recipe-maintainers: - hobu - chambbj