From 9a4e5b20f74a941389bcea52312d247cbde5e1ba Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 17 Feb 2024 01:14:33 +0000 Subject: [PATCH 1/3] updated v0.13.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4335390..360e50a 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 From 46e178de4628cf88de7b6fb2429e86e47820a83c Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Mon, 19 Feb 2024 09:52:58 +0100 Subject: [PATCH 2/3] Remove trailing whitespaces --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 360e50a..94c475a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 From beec66d9171133e0194dc7e66bd17551c39ceae1 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Mon, 19 Feb 2024 10:20:56 +0100 Subject: [PATCH 3/3] Update license --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 94c475a..f34c262 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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