Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: João Gustavo A. Amorim <[email protected]>
  • Loading branch information
edgarriba and johnnv1 authored Mar 4, 2024
1 parent c4a2c7f commit 0a86bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ requirements: .venv ## Install/refresh Python project requirements
$(VENV_BIN)/python -m pip install -r py-kornia/requirements-dev.txt

.PHONY: build-python
build-python: .venv ## Compile and install Python Polars for development
build-python: .venv ## Compile and install Python for development
@unset CONDA_PREFIX && source $(VENV_BIN)/activate \
&& maturin develop -m py-kornia/Cargo.toml \

.PHONY: build-python-release
build-python-release: .venv ## Compile and install a faster Python Polars binary with full optimizations
build-python-release: .venv ## Compile and install a faster Python binary with full optimizations
@unset CONDA_PREFIX && source $(VENV_BIN)/activate \
&& maturin develop -m py-kornia/Cargo.toml --release \

Expand Down

0 comments on commit 0a86bb2

Please sign in to comment.