Skip to content

Commit

Permalink
Verify compiler version through cc
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Apr 18, 2024
1 parent af8fca4 commit eb6886e
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 @@ -58,7 +58,7 @@ xsuite_kernels = [
before-all = [
"uname -a",
"arch",
"clang --version",
"cc --version",
]
build-frontend = "build"
build-verbosity = 1
Expand Down

0 comments on commit eb6886e

Please sign in to comment.