Skip to content

root_base pin inconsistent with c_compiler_version/cxx_compiler_version #7741

@HLinde

Description

@HLinde

Comment:

I'm not quite sure were exactly to ask about this, sorry if this is the wrong place!
I'm trying to build a package that depends on CERN's ROOT package.
The package is pinned in conda_build_config.yaml like this:

root_base:
  - 6.32.10
  - 6.34.4

However root_base 6.32.10 depends on c_compiler_version/cxx_compiler_version 13
But those two are pinned to 14.
So the docker build lists variants that are not possible to build and fails.
I did now pin manually to root_base 6.34.4 in my build, but I guess the conda_build_config.yaml here is expected to be consistent, or not?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions