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

Try using libmamba solver for conda packaging #562

Merged
merged 3 commits into from
Oct 16, 2023
Merged

Commits on Oct 10, 2023

  1. Try using libmamba solver for conda packaging

    It is [officially supported by conda](https://www.anaconda.com/blog/conda-is-fast-now),
    and it is significantly faster.
    
    Before this commit, Windows packaging usually takes 1 hour and 15 minutes. Mac packaging
    usually takes about 45 minutes. Linux usually takes about 35 minutes.
    
    We'll see if there are any noticeable differences.
    
    Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
    psavery committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9c474cf View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. TEST: Set solver again to make sure it works

    Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
    psavery committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e576070 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Test specific instructions

    It worked in the last commit, let's see if we can simplify it.
    
    Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
    psavery committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8647375 View commit details
    Browse the repository at this point in the history