Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
Release: 2.1.1 (libmamba, mamba, micromamba, libmambapy)

Enhancements:

Bug fixes:

CI fixes and doc:

Maintenance:


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label May 5, 2025
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2025

🤖 An automated task has requested bottles to be published to this PR.

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 5, 2025
@BrewTestBot BrewTestBot enabled auto-merge May 5, 2025 16:19
@BrewTestBot BrewTestBot added this pull request to the merge queue May 5, 2025
Merged via the queue into master with commit 5b2fd7f May 5, 2025
17 checks passed
@BrewTestBot BrewTestBot deleted the bump-micromamba-2.1.1 branch May 5, 2025 16:44
@pwhiteusa
Copy link

I use micromamba on Mac M4 OS Sequoia, installed via hombrew. The self-update function is no longer working?

❯ micromamba --version
2.1.1

❯ micromamba self-update
The following argument was not expected: self-update
Run with --help for more information.

Check this documentation: https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html

It states:

"""
Self updates

Once installed, micromamba can be updated with

micromamba self-update
"""

@p-linnane
Copy link
Member

@pwhiteusa We don't like tools that update themselves, but as far as I can tell we aren't doing anything to disable that functionality. You may want to reach out to upstream. This is our entire install block which builds the software:

  def install
    args = %W[
      -DBUILD_LIBMAMBA=ON
      -DBUILD_SHARED=ON
      -DBUILD_STATIC=OFF
      -DBUILD_MAMBA=ON
      -DCMAKE_INSTALL_RPATH=#{rpath}
    ]

    system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
    system "cmake", "--build", "build"
    system "cmake", "--install", "build"
    # Upstream chooses names based on static or dynamic linking,
    # but as of 2.0 they provide identical interfaces.
    bin.install_symlink "mamba" => "micromamba"
  end

@pwhiteusa
Copy link

I updated from 2.1.0 to 2.1.1 and the problem seems to have gone. Thanks for the quick reply @p-linnane !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants