Skip to content

Commit

Permalink
Fix Mac x86_64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jul 12, 2024
1 parent 78a40fe commit 48ed6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
cd qrack
mkdir build
cd build
cmake -DENABLE_COMPLEX_X2=OFF -DENABLE_SSE3=OFF -DENABLE_RDRAND=OFF -DENABLE_OPENCL=OFF -DQBCAPPOW=12 -DCPP_STD=14 ..
cmake -DQBCAPPOW=12 -DCPP_STD=14 ..
make qrack_pinvoke qrack_cl_precompile
- name: Build Wheel
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
cd qrack
mkdir build
cd build
cmake -DENABLE_COMPLEX_X2=OFF -DENABLE_SSE3=OFF -DENABLE_RDRAND=OFF -DENABLE_OPENCL=OFF -DQBCAPPOW=12 -DCPP_STD=14 ..
cmake -DQBCAPPOW=12 -DCPP_STD=14 ..
make qrack_pinvoke qrack_cl_precompile
- name: Build Wheel
Expand Down

0 comments on commit 48ed6fc

Please sign in to comment.