Skip to content

Commit

Permalink
fix conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Nov 29, 2024
1 parent 6fd52f6 commit c2d039a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ build-backend = "scikit_build_core.build"
name = "aare"
version = "2024.11.28.dev0"


[tool.scikit-build]
cmake.verbose = true

[tool.scikit-build.cmake.define]
AARE_PYTHON_BINDINGS = "ON"
AARE_SYSTEM_LIBRARIES = "ON"
AARE_SYSTEM_LIBRARIES = "ON"
AARE_INSTALL_PYTHONEXT = "ON"

0 comments on commit c2d039a

Please sign in to comment.