File: config.toml

package info (click to toggle)
llvmlite 0.44.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,736 kB
  • sloc: python: 12,771; cpp: 3,146; sh: 185; makefile: 183
file content (6 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
[tool.cibuildwheel]
environment = { LLVM_CONFIG = "$HOME/miniconda3/bin/llvm-config" }

[tool.cibuildwheel.windows]
environment = { LLVM_DIR = "D:/a/llvmlite/llvmlite/miniconda3/Library/lib/cmake/llvm" }