-
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
Automake: drop old version and recipe fixes #15023
Automake: drop old version and recipe fixes #15023
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@System-Arch thanks for picking up my slack, give a shout if you need some help |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying automake/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
Just need some clarification on a line, everything else is 🆗 :D
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7fa1b39
Conan v1 pipeline ✔️All green in build 26 ( |
* Automake Conan 2.0 compatibility * Fixed lint and v1 issues * Need autoconf for autoreconf * Annotate patches per lint * Deleted spurious blank line at EOF * Try working around v1 quirks * Removed redundant setting of win_bash * Don't specify env in call to self.run() * See if reordering build requirements appeases Conan 1.x * Try adding VirtualBuildEnv to appease Conan 1.x * Bump required_conan_version to trigger rebuild now that autoconf has been updated * Removed environment variables per discussion in conan-io/conan:conan-io#12812 * Still need automake_dataroot_path * Fixed definition of automake_dataroot_path * Replaced env. vars. with script-based paths * Removed extra blank line at EOF * Merge in changes from mainline * Remove obsolete patch files * Bump required_conan_version * Fixed lint warning * Tweak required_conan_version() to restart CI after merge * Removed autoconf as a build_requirement * Update recipes/automake/all/conanfile.py Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
Specify library name and version: automake/1.16.5
This pull request started out building on the work of @jellespijker in PR #12898 and is an effort to close #15022. PRs #15245 and #15358 have subsumed/augmented most of this effort. This PR is now reduced to dropping support for the unused 1.16.1 version.