From c61d0bdb6c4966bb1f8b04c91c53ea030ef08d46 Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Sat, 7 Dec 2024 10:38:54 -0500 Subject: [PATCH] Bump Qrack commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 148fdcf..7bd06f7 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 0182cd6377306e6f7183845ea90c8aa89e54bbf7; cd .. + git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout eb2dee9bb94a71714b36e25d81186ee3e06b84b3; cd .. endif mkdir -p qrack/build ifeq ($(UNAME_S),Linux)