Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc authored Dec 7, 2023
1 parent 76ff9c2 commit e8e4102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
[tool.cibuildwheel.linux]
# before-build = "bash {project}/tools/cibw_linux.sh {project}"
before-build = ["ulimit -n 4096", "yum install -y clang", "yum install -y openblas"]
environment = { CC="clang", CXX="clang" }
environment = { CC="clang", CXX="clang++" }

0 comments on commit e8e4102

Please sign in to comment.