From 8edb6a135ae9af204dbef6c19354c1371f98c39f Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Fri, 20 Oct 2017 19:47:54 +0200 Subject: [PATCH] conda: openocd=0.10.0 (single-tap proxy bitstreams) --- conda/artiq-dev/meta.yaml | 2 +- conda/artiq/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/artiq-dev/meta.yaml b/conda/artiq-dev/meta.yaml index 319f573a1..820fce1a4 100644 --- a/conda/artiq-dev/meta.yaml +++ b/conda/artiq-dev/meta.yaml @@ -22,7 +22,7 @@ requirements: - llvmlite-artiq 0.12.0 - rust-core-or1k 1.20.0 16 - cargo 0.11.0 - - openocd >=0.10 + - openocd ==0.10.0 - lit - outputcheck - coverage diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 0f7aa1dd6..a9216e43c 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -29,7 +29,7 @@ requirements: - llvmlite-artiq 0.12.0 - binutils-or1k-linux - pythonparser >=1.1 - - openocd >=0.10 + - openocd ==0.10.0 - lit - outputcheck - scipy