Skip to content

Commit

Permalink
Generate warp.dll/warp.so before pip installing
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti authored Nov 14, 2023
1 parent 2a60dff commit e603ee9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/warp-lang/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ source:

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
script:
- {{ PYTHON }} build_lib.py
- {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
Expand Down

0 comments on commit e603ee9

Please sign in to comment.