Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple host dependencies versions not working from local cbc yaml when entry in global cbc is present #5038

Closed
M-Waszkiewicz-Anaconda opened this issue Oct 15, 2023 · 1 comment · Fixed by #5039
Assignees
Labels
locked [bot] locked due to inactivity source::anaconda created by members of Anaconda, Inc. type::bug describes erroneous operation, use severity::* to classify the type
Milestone

Comments

@M-Waszkiewicz-Anaconda
Copy link

M-Waszkiewicz-Anaconda commented Oct 15, 2023

What happened?

Having in feedstock local conda_build_config.yaml

openssl:
  - 1.1.1
  - 3.0

and in global conda_build_config.yaml

openssl:
  - 3.0

I would expect two versions of the package is build, but only the one with openssl 3.0 is built

Conda Details

conda info
(base) mwaszkiewicz@DESKTOP-75NFDUK:~/aggregate$ conda info

     active environment : base
    active env location : /home/mwaszkiewicz/miniconda3
            shell level : 1
       user config file : /home/mwaszkiewicz/.condarc
 populated config files : /home/mwaszkiewicz/.condarc
          conda version : 23.7.4
    conda-build version : 3.26.1
         python version : 3.11.5.final.0
       virtual packages : __archspec=1=x86_64
                          __glibc=2.31=0
                          __linux=5.10.16.3=0
                          __unix=0=0
       base environment : /home/mwaszkiewicz/miniconda3  (writable)
      conda av data dir : /home/mwaszkiewicz/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /home/mwaszkiewicz/miniconda3/pkgs
                          /home/mwaszkiewicz/.conda/pkgs
       envs directories : /home/mwaszkiewicz/miniconda3/envs
                          /home/mwaszkiewicz/.conda/envs
               platform : linux-64
             user-agent : conda/23.7.4 requests/2.31.0 CPython/3.11.5 Linux/5.10.16.3-microsoft-standard-WSL2 ubuntu/20.04.3 glibc/2.31
                UID:GID : 1001:1001
             netrc file : None
           offline mode : False
conda config
(base) mwaszkiewicz@DESKTOP-75NFDUK:~/aggregate$ conda config --show-sources
==> /home/mwaszkiewicz/.condarc <==
report_errors: False

==> cmd_line <==
debug: False
json: False
conda list
conda list --show-channel-url
# packages in environment at /home/mwaszkiewicz/miniconda3/envs/test_conda_build:
#
# Name                    Version                   Build  Channel
@M-Waszkiewicz-Anaconda M-Waszkiewicz-Anaconda added the type::bug describes erroneous operation, use severity::* to classify the type label Oct 15, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in 🧭 Planning Oct 15, 2023
@danpetry danpetry self-assigned this Oct 16, 2023
@danpetry
Copy link
Contributor

I'm currently working on this, will have a PR open soon

@kenodegard kenodegard added the source::anaconda created by members of Anaconda, Inc. label Nov 2, 2023
@github-project-automation github-project-automation bot moved this from 🆕 New to 🏁 Done in 🧭 Planning Nov 2, 2023
@jezdez jezdez added this to the 3.28.0 milestone Nov 13, 2023
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Aug 20, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity source::anaconda created by members of Anaconda, Inc. type::bug describes erroneous operation, use severity::* to classify the type
Projects
Archived in project
4 participants