Skip to content

Commit

Permalink
Merge pull request #30 from regro-cf-autotick-bot/1.3.3_ha3bd24
Browse files Browse the repository at this point in the history
warp-lang v1.3.3
  • Loading branch information
flferretti authored Sep 10, 2024
2 parents 6cb6f3d + e57705d commit d588afd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 109 deletions.
106 changes: 0 additions & 106 deletions .ci_support/migrations/cuda120.yaml

This file was deleted.

5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "warp-lang" %}
{% set version = "1.3.2" %}
{% set version = "1.3.3" %}

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

source:
url: https://github.com/NVIDIA/warp/archive/refs/tags/v{{ version }}.zip
sha256: 3bb19139303f401670b590c4b20d6fbeb2a0101b32ed5c511eee8c028f04e97c
sha256: aa743a83ea40eb9235c516d7bdded9c95d35b992e27a9c00d7595a14b6923b8c
patches:
- 01-find_g++_env.patch
- 02-add_macro_def_build.patch
Expand Down Expand Up @@ -36,6 +36,7 @@ requirements:
- cuda-version {{ cuda_compiler_version }} # [cuda_compiler_version != "None"]
- python
- pip
- setuptools
- gitpython
- numpy
run:
Expand Down

0 comments on commit d588afd

Please sign in to comment.