Skip to content

Commit

Permalink
No OCL on Mac builds by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jun 25, 2024
1 parent a7707f3 commit cf0a8ad
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 @@ -120,13 +120,13 @@ jobs:

- name: Prepare Build Environment (MacOS)
run: |
brew install cmake opencl-clhpp-headers
brew install cmake
- name: Build Qrack MacOS
run: |
mkdir build
cd build
cmake -DCMAKE_CXX_FLAGS=-I\ /opt/homebrew/opt/opencl-clhpp-headers/include -DENABLE_COMPLEX_X2=OFF -DENABLE_SSE3=OFF -DENABLE_RDRAND=OFF -DQBCAPPOW=12 -DCPP_STD=14 ..
cmake -DCMAKE_CXX_FLAGS=-I\ /opt/homebrew/opt/opencl-clhpp-headers/include -DENABLE_COMPLEX_X2=OFF -DENABLE_SSE3=OFF -DENABLE_RDRAND=OFF -DENABLE_OPENCL=OFF -DENABLE_FIXED_POINT=ON -DQBCAPPOW=12 -DCPP_STD=14 ..
make all
sudo cpack
Expand Down

0 comments on commit cf0a8ad

Please sign in to comment.