From f2bdeaf40128710ef4661269c576330d30ea5712 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 26 Feb 2021 11:40:46 +0800 Subject: [PATCH] example-user-env: disable cirq --- artiq-full/example-user-env.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artiq-full/example-user-env.nix b/artiq-full/example-user-env.nix index ff6e945..bedc4f6 100644 --- a/artiq-full/example-user-env.nix +++ b/artiq-full/example-user-env.nix @@ -23,7 +23,8 @@ in ps.numba ps.bokeh matplotlib-qt - (ps.cirq.override { matplotlib = matplotlib-qt; }) + # cirq is broken and doesn't build (as of 20.09.3281.06b11191834) + #(ps.cirq.override { matplotlib = matplotlib-qt; }) # qiskit does not work with matplotlib-qt #ps.qiskit ]))