Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Apr 26, 2024
1 parent eb155fa commit 46197cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ requires = [

[tool.cibuildwheel.environment]
CMAKE = "$(pwd)/micromamba/bin/cmake"
BIN_FOLDER = "$(pwd)/micromamba/bin"
PREFIX_LOCATION = "$(pwd)/micromamba"
INIT_YES = ""
CONDA_FORGE_YES = "Y"

[tool.cibuildwheel]
before-all = [
"curl -L https://micro.mamba.pm/install.sh | env BIN_FOLDER=$(pwd)/micromamba/bin PREFIX_LOCATION=$(pwd)/micromamba INIT_YES= CONDA_FORGE_YES=Y bash",
"curl -L https://micro.mamba.pm/install.sh | bash",
"$(pwd)/micromamba/bin/micromamba --prefix ~/micromamba install cgal-cpp cmake"
]

Expand Down

0 comments on commit 46197cc

Please sign in to comment.