Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
district10 committed Nov 28, 2023
1 parent 872d012 commit fd2ef53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ test_in_dev_container:
PYTHON ?= python3
build:
# CMAKE_BUILD_PARALLEL_LEVEL=8
$(PYTHON) -m pip install --no-build-isolation --config-settings=editable.rebuild=true -ve.
python_build:
$(PYTHON) -m pip wheel . --verbose
$(PYTHON) -m pip install --no-build-isolation --config-settings=editable.rebuild=true -Cbuild-dir=build -ve.
python_install:
$(PYTHON) -m pip install . --verbose
python_wheel:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ test = ["pytest"]
wheel.expand-macos-universal-tags = true
# cmake.build-type = "Debug"
# build-dir = "build/{wheel_tag}"
build-dir = "build"

[tool.scikit-build.cmake.define]
# SOME_DEFINE = "ON"
Expand Down

0 comments on commit fd2ef53

Please sign in to comment.