Skip to content

Commit

Permalink
fix(arm64-osx-build): ensure llvm is installed to provide the correct…
Browse files Browse the repository at this point in the history
… Clang version

We do not want to use Apple Clang and instead prefer latest.
  • Loading branch information
doublethefish committed Apr 9, 2023
1 parent 93aa73b commit 5fe329d
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 @@ -37,7 +37,7 @@ LIBOGDF_INSTALL_PATH="$(pwd)/libOGDF"
# For now build `x86_64` and `arm64` instead of `universal2` because we currently do
# not build /usr/local/lib/libOGDF.dylib under `arm64` for some reason.
archs = ["x86_64", "arm64"]
before-all = ["brew install libomp"]
before-all = ["brew install libomp llvm"]
# NOTE: we delete build/ here as we're build multiple wheels and we support
# different SIMD commands on different platforms.
before-build = """\
Expand Down

0 comments on commit 5fe329d

Please sign in to comment.