Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelmassot authored Jan 23, 2024
1 parent 1bd4d78 commit ce47303
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
before-all= "pip install numpy"
before-all= "pip install numpy EigenPy"

[tool.cibuildwheel.macos]
before-build= "brew install eigen"
#[tool.cibuildwheel.macos]
#before-build= "brew install eigen"

[tool.cibuildwheel.windows]
before-build = "choco install eigen"
#[tool.cibuildwheel.windows]
#before-build = "choco install eigen"

[tool.cibuildwheel.linux]
before-build = "yum install -y blas-devel flann-devel eigen3-devel"
#[tool.cibuildwheel.linux]
#before-build = "yum install -y blas-devel flann-devel eigen3-devel"

0 comments on commit ce47303

Please sign in to comment.