diff options
| -rw-r--r-- | python/conda/linux_release/builder/Dockerfile | 2 | ||||
| -rw-r--r-- | python/conda/meta.yaml | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/python/conda/linux_release/builder/Dockerfile b/python/conda/linux_release/builder/Dockerfile index 6acef62..d09a9d7 100644 --- a/python/conda/linux_release/builder/Dockerfile +++ b/python/conda/linux_release/builder/Dockerfile @@ -1,7 +1,7 @@  FROM astra-build-env  ARG BUILD_NUMBER=  WORKDIR /root -RUN git clone -b conda_release https://github.com/astra-toolbox/astra-toolbox +RUN git clone -b master https://github.com/astra-toolbox/astra-toolbox  RUN [ -z $BUILD_NUMBER ] || perl -pi -e "s/^(\s*number:\s*)[0-9]+$/\${1}$BUILD_NUMBER/" astra-toolbox/python/conda/libastra/meta.yaml astra-toolbox/python/conda//meta.yaml  RUN conda-build --python=3.5 astra-toolbox/python/conda/libastra  RUN conda-build --python=3.5 astra-toolbox/python/conda diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml index 84054c1..88c01d1 100644 --- a/python/conda/meta.yaml +++ b/python/conda/meta.yaml @@ -30,14 +30,14 @@ requirements:      - numpy      - scipy      - six -    - libastra ==1.8b  # TODO: change to release version +    - libastra ==1.8rc1  # TODO: change to release version    run:      - python      - numpy      - scipy      - six -    - libastra ==1.8b  # TODO: change to release version +    - libastra ==1.8rc1  # TODO: change to release version  about:  | 
