diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4335390..f34c262 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "warp-lang" %} -{% set version = "0.11.0" %} +{% set version = "0.13.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/NVIDIA/warp/archive/refs/tags/v{{ version }}.tar.gz - sha256: dc12968214b675105625b248ea750e3db9601afe129da04559260e5359ed18a0 + sha256: 6a25fd674196b5ca0e88adf4deed9672a267b2c59ade8a6e3edef88c26cf4563 patches: - 01-find_g++_env.patch - 02-add_macro_def_build.patch @@ -40,7 +40,7 @@ test: commands: - pip check # Python tests require CUDA 11.5 - # - {{ PYTHON }} -m warp.test + # - {{ PYTHON }} -m warp.test requires: - pip - pytest @@ -48,7 +48,7 @@ test: about: home: https://github.com/NVIDIA/warp summary: 'A Python framework for high-performance simulation and graphics programming.' - license: LicenseRef-NVIDIA-warp + license: LicenseRef-NVIDIA-Software-License-warp license_file: - copyright.py - LICENSE.md