Skip to content

Commit

Permalink
Merge branch 'master' into feature/raise_fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr authored Apr 24, 2024
2 parents 9921702 + 4a08cdf commit 81f883b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def build_extension(self, ext: CMakeExtension):
configure_args += [
f"-DCMAKE_CXX_COMPILER={clang_path}/bin/clang++",
f"-DCMAKE_LINKER={clang_path}/bin/lld",
f"-DENABLE_GATE_DISPATCHER=OFF",
]
if shutil.which("brew"):
libomp_path = subprocess.run(
Expand Down

0 comments on commit 81f883b

Please sign in to comment.