Solution to issue cannot be found in the documentation.
[x] I checked the documentation.
Issue
I'm trying to add dpcpp compiler build for pytorch and unable to add because it creates a new item of build matrix. If I try to link c_compiler_version with dpcpp_compiler_version, I'm getting
INFO:conda_smithy.configure_feedstock:Applying migrations: /home/jovyan/.cache/conda-smithy/share/conda-forge/migrations/mkl2024.yaml,/home/jovyan/.cache/conda-smithy/share/conda-forge/migrations/numpy2.yaml,/home/jovyan/.cache/conda-smithy/share/conda-forge/migrations/python313.yaml,/home/jovyan/.cache/conda-smithy/share/conda-forge/migrations/libgrpc167_libprotobuf5282.yaml
Traceback (most recent call last):
File "/home/jovyan/.miniforge3/envs/conda-forge/bin/conda-smithy", line 10, in <module>
sys.exit(main())
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_smithy/cli.py", line 758, in main
args.subcommand_func(args)
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_smithy/cli.py", line 599, in __call__
self._call(args, tmpdir)
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_smithy/cli.py", line 604, in _call
configure_feedstock.main(
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_smithy/configure_feedstock.py", line 2876, in main
render_azure(env, config, forge_dir, return_metadata=True)
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_smithy/configure_feedstock.py", line 1900, in render_azure
return _render_ci_provider(
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_smithy/configure_feedstock.py", line 1138, in _render_ci_provider
metas = _conda_build_api_render_for_smithy(
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_smithy/configure_feedstock.py", line 938, in _conda_build_api_render_for_smithy
metadata_tuples = render_recipe(
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_build/render.py", line 1001, in render_recipe
variants = get_package_variants(m, variants=variants)
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_build/variants.py", line 697, in get_package_variants
combined_spec, specs = get_package_combined_spec(
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_build/variants.py", line 661, in get_package_combined_spec
validate_spec(f, spec)
File "/home/jovyan/.miniforge3/envs/conda-forge/lib/python3.10/site-packages/conda_build/variants.py", line 200, in validate_spec
raise ValueError(
ValueError: Variant configuration errors in argument_variants:
zip_key entry c_stdlib_version in group frozenset({'c_stdlib_version', 'fortran_compiler_version', 'docker_image', 'cuda_compiler_version', 'c_compiler_version', 'cxx_compiler_version', 'cuda_compiler'}) is a duplicate, keys can only occur in one group
Solution to issue cannot be found in the documentation.
Issue
I'm trying to add dpcpp compiler build for pytorch and unable to add because it creates a new item of build matrix. If I try to link c_compiler_version with dpcpp_compiler_version, I'm getting
Installed packages
Environment info