Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x committed Jun 11, 2024
1 parent c50230d commit 6f2c16f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ write_to = "brainiak/_version.py"
minimum-version = "0.4"
build-dir = "build/{wheel_tag}"
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["brainiak/_version.py"]
sdist.include = ["brainiak/_version.py", "brainiak/utils/sim_parameters"]
cmake.build-type = "Release"

[tool.cibuildwheel]
Expand All @@ -156,7 +156,10 @@ before-test = "python -m pip install impi-rt mpi4py --extra-index-url https://py

[tool.cibuildwheel.windows]
before-all = "python -m pip install impi-rt mpi4py --extra-index-url https://pypi.anaconda.org/mpi4py/simple"
before-test = "python -m pip install impi-rt mpi4py --extra-index-url https://pypi.anaconda.org/mpi4py/simple"
before-test = [
"python -m pip install impi-rt mpi4py --extra-index-url https://pypi.anaconda.org/mpi4py/simple",
"echo %PATH%"
]

[tool.cibuildwheel.macos]
before-all = "brew install libomp mpich llvm"
Expand Down

0 comments on commit 6f2c16f

Please sign in to comment.