From 3aafcc621a691ab4a101c72090d7d9f707ad2095 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Sat, 24 Feb 2018 18:05:50 +0100 Subject: [PATCH] conda: pin openocd (artiq, artiq-dev) #932 --- 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 0dd569e5f..0aa852ec3 100644 --- a/conda/artiq-dev/meta.yaml +++ b/conda/artiq-dev/meta.yaml @@ -19,7 +19,7 @@ requirements: - binutils-or1k-linux - llvm-or1k - llvmlite-artiq 0.10.0.dev py35_24 - - openocd >=0.10 + - openocd 0.10.0 1 - lit - outputcheck - coverage diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 17b3147f2..237a344f4 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -29,7 +29,7 @@ requirements: - llvmlite-artiq 0.10.0.dev py35_24 - binutils-or1k-linux - pythonparser 1.0 - - openocd >=0.10 + - openocd 0.10.0 1 - lit - outputcheck - scipy