-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Lift meson cap, remove conda-build work-arounds #398
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
0350674
to
dc22e8d
Compare
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
3ad9858
to
eebd3b5
Compare
@conda-forge/matplotlib |
# meson-python already sets up a -Dbuildtype=release argument to meson, so | ||
# we need to strip --buildtype out of MESON_ARGS or fail due to redundancy | ||
MESON_ARGS_REDUCED="$(echo $MESON_ARGS | sed 's/--buildtype release //g')" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have an issue tracking removing this flag from MESON_ARGS
upstream?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I meant raise a conda-forge issue, but it sounds like that already was fixed. Do you have a link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two links in my comment...? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh oops. Sorry was on my phone, which didn't make this clear. Thanks!
For mesonbuild/meson#13403