-
-
Couldn't load subscription status.
- Fork 560
Open
Labels
Description
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?