-
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
[m4] conan v2 #12892
[m4] conan v2 #12892
Conversation
Contributes to CURA-9595
This reverts commit d8fd0eb.
Using some duck typing and inheritance to work around GH issue conan-io/conan#11980 Contributes to CURA-9595
Based on this template: https://github.com/conan-io/conan-center-index/tree/master/docs/package_templates/autotools_package Contribute to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contribute to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contribute to CURA-9595
Contribute to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contribute to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contribute to CURA-9595
Contribute to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contributes to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contribute to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contribute to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contributes to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contributes to CURA-9595
This comment has been minimized.
This comment has been minimized.
Contributes to CURA-9595
Failure in build 15 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
@@ -1,130 +1,135 @@ | |||
from conans import ConanFile, tools, AutoToolsBuildEnvironment | |||
from contextlib import contextmanager | |||
import functools | |||
import os |
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.
Linter
import os |
Once this pass we can merge then follow up with fixes... it's super complicated but keep up the amazing work |
seems like #13135 made it in first |
Specify library name and version: m4/x.x.x
I thook the liberty of defining a conf value:
tools.m4:bin
which is the path to the binary m4 executable. I don't know iftools
is a reserved namespace but it maid sense in my mind. Let me know if that should change.Based on this template:
https://github.com/conan-io/conan-center-index/tree/master/docs/package_templates/autotools_package
Contribute to CURA-9595