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

Use conda mambabuild rather than mamba mambabuild #14067

Merged

Commits on Sep 8, 2023

  1. Use mamba build rather than mamba mambabuild

    Since Conda 23.7.3, the plugin mechanism changed, and mambabuild
    broke.
    
    Adapt to this change, following the fix in mamba (mamba-org/mamba#2732)
    wence- committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d5a6083 View commit details
    Browse the repository at this point in the history
  2. Use conda build to work around mamba-org/mamba#2821

    With boa installed, conda build forwards to the boa "mambabuild"
    command, so this is still using the mamba solver.
    wence- committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    da27823 View commit details
    Browse the repository at this point in the history
  3. Try with conda mambabuild

    Solve seems to be a little slow.
    wence- committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    dff0476 View commit details
    Browse the repository at this point in the history