-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
micromamba: bump to 2.0.3 #195371
micromamba: bump to 2.0.3 #195371
Conversation
Please provide a better issue/pull request title and/or description! |
I noticed that the homebrew-core/Formula/y/yaml-cpp.rb Lines 23 to 26 in 5406dc1
Digging more history about why it is build with shared option. Maybe no reason :) From the
so we may require to build and use the static one. |
We ship the shared libraries according to Homebrew policy: https://docs.brew.sh/Acceptable-Formulae#shared-vs-static-libraries Formulae should link to shared libraries. There are some intransigent build systems that refuse to do so, but we should fix those wherever we can. |
b7376c0
to
1dd060f
Compare
1dd060f
to
96c0bf7
Compare
96c0bf7
to
7fe14dc
Compare
This requires C++17, and it looks like macOS 13 & linux are having issues. Is there something that needs to be done for full C++17 support? macOS 13:
Linux:
|
872db12
to
50eccb3
Compare
d0f8d1d
to
1cb5a72
Compare
1cb5a72
to
e17140f
Compare
Why is it skipping the testing part? I've applied mamba-org/mamba#3613. Though I'm having an issue testing this locally, it's quickly quitting and not telling me why. |
Because of the syntax/style error. |
e17140f
to
786c454
Compare
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: Carlo Cabrera <github@carlo.cab>
786c454
to
ab811c3
Compare
Ahh, missed that, that was it, thanks! |
Thanks @henryiii! |
🤖 An automated task has requested bottles to be published to this PR. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?This is a replacement for #191869 and #192460. This doesn't add a
mamba
symlink tomicromamba
, sincemicromamba
andmamba
do not have the same interface.