Skip to content

Commit

Permalink
Build qrack_cl_precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jun 18, 2024
1 parent aa46bf0 commit fd90cf2
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 @@ -62,7 +62,7 @@ jobs:
mkdir build
cd build
cmake -DENABLE_RDRAND=OFF -DENABLE_DEVRAND=ON -DQBCAPPOW=12 -DCPP_STD=14 ..
make qrack_pinvoke
make qrack_pinvoke qrack_cl_precompile
- name: Build Qrack Linux ARM64
if: matrix.platform == 'linux_aarch64' || matrix.platform == 'linux_armv7l'
Expand All @@ -71,7 +71,7 @@ jobs:
mkdir build
cd build
cmake -DENABLE_RDRAND=OFF -DENABLE_DEVRAND=ON -DENABLE_COMPLEX_X2=OFF -DQBCAPPOW=12 -DCPP_STD=14 ..
make qrack_pinvoke
make qrack_pinvoke qrack_cl_precompile
- name: Build Qrack MacOS
if: matrix.platform == 'macosx_10_4_universal2'
Expand All @@ -80,7 +80,7 @@ jobs:
mkdir build
cd build
cmake -DQBCAPPOW=12 -DCPP_STD=14 ..
make qrack_pinvoke
make qrack_pinvoke qrack_cl_precompile
- name: Build Wheel
run: |
Expand Down

0 comments on commit fd90cf2

Please sign in to comment.