From f2b36915f141d8782fb9fd9c205ce21efd3a7dd8 Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Sun, 25 Aug 2024 10:56:15 -0400 Subject: [PATCH] Bump Qrack commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b500d9f..845f5a0 100644 --- a/Makefile +++ b/Makefile @@ -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 a73d1e66272ab24cdee1e4a386702951474b4e69; cd .. + git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout 7ef2bd24ab2290a993099d2514defef32e9ac0df; cd .. endif mkdir -p qrack/build ifeq ($(UNAME_S),Linux)