Skip to content
Snippets Groups Projects
Commit d14d4f30 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[bob-devel] bump and add compiler packages

parent add08f6e
No related branches found
No related tags found
1 merge request!476[bob-devel] bump and add compiler packages
Pipeline #53582 passed
......@@ -2,7 +2,7 @@
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
package:
name: beat-devel
version: 2021.07.14
version: 2021.08.31
build:
# the build number must be zero all the time.
......@@ -14,7 +14,7 @@ build:
requirements:
host:
- bob-devel 2021.07.14
- bob-devel 2021.08.31
- python {{ python }}
# the dependencies are pinned in bob-devel
- docker-py
......
......@@ -6,7 +6,7 @@ package:
# there as well in the same merge request.
# Then open an MR in bob/bob.devtools to put these new versions of bob-devel and
# beat-devel in `bob/devtools/data/conda_build_config.yaml`
version: 2021.07.14
version: 2021.08.31
build:
# the build number must be zero all the time.
......@@ -19,6 +19,8 @@ build:
requirements:
host:
- python {{ python }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
# Dependency list of bob and beat packages. Everything is pinned to allow
# for better reproducibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment