James
James
I am afraid that this is not enough information. You'd need to provide: - the ``conanfile`` that you are using. Ideally a minimal one to reproduce, do not provide one...
This also looks like a compilation error, and pthread might not build at all for wasm. In tensorflow-lite recipe the code is: ```python if Version(self.version) >= "2.12.0" or self.options.with_xnnpack: self.requires("pthreadpool/cci.20231129")...
Hi @mattarroz Thanks for your question. > Create a script that first conan export all the packages in your list", where "list" is "a list of the packages and versions...
Sure, that would make sense, I'll put this in the milestone 2, to be added to the docs when possible, thanks for the feedback!
Moved to the docs repo, to clarify it in the docs
Hi @aagor Thanks for the question. > The attributes seems to be inherited, even if docs say they aren't. Is that expected? Should I put it into the [init()](https://docs.conan.io/2/reference/conanfile/methods/init.html) method...
> And this inheritance of attributes shouldn't be a problem at Python. Therefore I'm wondering what the restrictions really are, if any? It seems you are correct, and the processing...
Any further question or comment here, or maybe this ticket can be closed now? Thanks for the feedback!
Thanks for the feedback, moving to the docs repo then
Actually, it was my bad, I didn't see this PR open, I am very sorry. We will let @jcar87 decide tomorrow, I think it would be good to be able...