Skip to content

Commit

Permalink
cmake is already in the image
Browse files Browse the repository at this point in the history
Remove manual cmake steps
  • Loading branch information
emlowe authored Aug 8, 2023
1 parent a587963 commit c2785f4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ skip = "*-manylinux_i686 *-win32 *-musllinux_*"

[tool.cibuildwheel.linux]
build-verbosity = ""
environment = {PATH="/project/cmake-3.17.3-Linux-`uname -m`/bin:$PATH"}
before-all = [
"yum -y install epel-release",
"echo epel-release installed",
"yum -y install lzip",
"echo 'lzip installed'",
"curl -L https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3-Linux-`uname -m`.sh > cmake.sh",
"yes | sh cmake.sh | cat",
"rm -f /usr/bin/cmake",
"cmake --version",
"uname -a"
]
before-build = "python -m pip install --upgrade pip"

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit c2785f4

Please sign in to comment.