-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
gnu-getopt: new recipe #23537
base: master
Are you sure you want to change the base?
gnu-getopt: new recipe #23537
Conversation
This comment has been minimized.
This comment has been minimized.
Ugh, this will mean another separate project to convert to Meson. 😢 I just got changes in the stable branch for 2.40 that should make it possible to build this with Meson on macOS, but it looks like you're also supporting Windows. I'd better see if Meson needs any changes to support that. |
Fyi, I've opened issue util-linux/util-linux#2962 to make it possible to build with Meson on Windows without requiring |
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.
LGTM! I'd still like to lump all of the util-linux recipes together in one recipe eventually.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline ✔️
All green in build 4 (
|
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.
Thanks! Minor question regarding the sqlite3 dependency, other than that, looks good :)
Packages the GNU variant of the
getopt
command-line utility. Not to be confused with thegetopt
library already available on CCI.Required on macOS for the shell scripts included in the f2c PR #23417.
The current version of the tool was originally hosted at http://frodo.looijaard.name/project/getopt but has now been merged into
linux-utils
. There's a slight question of whether we should simply build and package all of the utils inlinux-utils
instead. However, I don't think they are all compatible with other OS-s so it's safer to packagegetopt
in isolation for now.