Skip to content

Commit

Permalink
python build: install hwloc
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Nov 28, 2024
1 parent e344e06 commit 8c688a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ cmake.args = [
"-DKAHYPAR_DOWNLOAD_TBB=ON",
]
install.components = ["MtKaHyPar_Python"]


# cibuildwheel orchestrates the build for different platforms
[tool.cibuildwheel.linux]
before-all = "yum install hwloc-devel"

0 comments on commit 8c688a9

Please sign in to comment.