From b63092bc7539562fd22f4a2bab456d9f1e0e5a7b Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Sat, 16 Nov 2024 08:43:47 -0500 Subject: [PATCH] Bump Qrack commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20f828d..b5307d4 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 78656ab19552a546c296646fce8b0643bba8e25b; cd .. + git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout b325fd8ff07998b98a77f94e533f3e08c7600d3c; cd .. endif mkdir -p qrack/build ifeq ($(UNAME_S),Linux)