Skip to content

Commit

Permalink
Merge pull request #5 from regro-cf-autotick-bot/0.13.0_hfb04c8
Browse files Browse the repository at this point in the history
warp-lang v0.13.0
  • Loading branch information
flferretti authored Feb 20, 2024
2 parents fea6074 + beec66d commit 35fbc89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "warp-lang" %}
{% set version = "0.11.0" %}
{% set version = "0.13.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

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
Expand Down Expand Up @@ -40,15 +40,15 @@ test:
commands:
- pip check
# Python tests require CUDA 11.5
# - {{ PYTHON }} -m warp.test
# - {{ PYTHON }} -m warp.test
requires:
- pip
- pytest

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
Expand Down

0 comments on commit 35fbc89

Please sign in to comment.