From 9db30ce8dcff4b3d2f612091fe3c96485de074fc Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 30 Jan 2018 11:12:33 +0100 Subject: [PATCH] conda: pin openocd build --- 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 01ea06683..970db258e 100644 --- a/conda/artiq-dev/meta.yaml +++ b/conda/artiq-dev/meta.yaml @@ -21,7 +21,7 @@ requirements: - llvm-or1k 4.0.1 - llvmlite-artiq 0.20.0 - rust-core-or1k 1.23.0 19 - - openocd ==0.10.0 + - openocd 0.10.0 1 - lit - outputcheck - coverage diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 6dcdaa336..ce77a0b78 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -29,7 +29,7 @@ requirements: - llvmlite-artiq 0.20.0 - binutils-or1k-linux >=2.27 - pythonparser >=1.1 - - openocd ==0.10.0 + - openocd 0.10.0 1 - lit - outputcheck - scipy