Skip to content

Commit

Permalink
-DUINTPOW=6 (@golanor docs are out-of-date, my bad, thank you)
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula authored Jun 17, 2024
1 parent 152d6d3 commit c24208b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cd qrack
mkdir build
cd build
cmake -DENABLE_RDRAND=OFF -DENABLE_DEVRAND=ON -DQBCAPPOW=12 -DCPP_STD=14 -DUINTPOW=5 ..
cmake -DENABLE_RDRAND=OFF -DENABLE_DEVRAND=ON -DQBCAPPOW=12 -DCPP_STD=14 ..
make all
- name: Build Qrack Linux ARM64
Expand All @@ -72,7 +72,7 @@ jobs:
cd qrack
mkdir build
cd build
cmake -DENABLE_RDRAND=OFF -DENABLE_DEVRAND=ON -DENABLE_COMPLEX_X2=OFF -DQBCAPPOW=12 -DUINTPOW=5 -DCPP_STD=14 ..
cmake -DENABLE_RDRAND=OFF -DENABLE_DEVRAND=ON -DENABLE_COMPLEX_X2=OFF -DQBCAPPOW=12 -DCPP_STD=14 ..
make all
- name: Build Qrack MacOS
Expand All @@ -81,7 +81,7 @@ jobs:
cd qrack
mkdir build
cd build
cmake -DQBCAPPOW=12 -DUINTPOW=5 -DCPP_STD=14 ..
cmake -DQBCAPPOW=12 -DCPP_STD=14 ..
make all
- name: Build Wheel
Expand Down

0 comments on commit c24208b

Please sign in to comment.