Tobias Hieta
Tobias Hieta
As a fairly newcomer to the project I vastly prefer GitHub Pull Requests because of the ease of use and the familiarity. Phab was a huge obstacle and learning curve...
Thanks, my problem is now solved!
I am very interested in this considering I was pestering @memsharded about this the other day. I think the tricky parts are the following: 1) how to save away the...
Here is a mock example of how it could look: ```py class MultipleVariant(ConanFile): name = "testmultiple" version = "1.0" settings = "os", "compiler", "build_type", "arch" def configure(self): if self.settings.os ==...
This can be used for much more than just iOS/MacOS binaries as well. I have at least one other package where I need to build it twice right now that...
For extra points I guess variants could be set on a global level in the profile or something and the packages can choose to use it by adding the `variant`...
Yeah I don't see a huge problem with what you layed out there. The only thing that I need to dig into is how easy it is to copy the...
It's a great theory - but I have seen many problems with distclean not cleaning out extra files. I probably want to copy sources anyway to be 100% sure.
Related question to this: I am setting my CFLAGS from my profile, but now when we build all ARCH's in one "go" I wonder what the best way to have...
Yeah that might be better.