Skip to content

Commit

Permalink
Bump Qrack
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Aug 4, 2024
1 parent 1f042ee commit 70df28d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:

- name: Prepare Build Environment (MacOS)
run: |
brew upgrade
brew install cmake ninja libomp numpy pybind11 pyyaml virtualenv
- name: Build Wheel
Expand Down Expand Up @@ -211,6 +212,7 @@ jobs:

- name: Prepare Build Environment (MacOS)
run: |
brew upgrade
brew install cmake ninja libomp numpy pybind11 pyyaml virtualenv
- name: Build Wheel
Expand Down Expand Up @@ -256,6 +258,7 @@ jobs:

- name: Prepare Build Environment (MacOS)
run: |
brew upgrade rustup
brew install cmake ninja libomp numpy pybind11 pyyaml virtualenv
- name: Build Wheel
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ help:
build-deps:
ifneq ($(OS),Windows_NT)
ifeq ($(QRACK_PRESENT),)
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout f9a5941e9b05eab3d7829ba29cc1a3161b9fcde9; cd ..
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout a3190d66713fd53ee0b54697cb33e8cfeb61512b; cd ..
endif
mkdir -p qrack/build
ifeq ($(UNAME_S),Linux)
Expand Down

0 comments on commit 70df28d

Please sign in to comment.