James
James
Hi @GregDomjan Can you please try with the default ``conan new cmake_lib`` template + ``conan create``? Then also provide the full output of the ``conan create`` command? This might be...
Thanks for the feedback. I can indeed see: > -- Conan toolchain: Defining architecture flag: -maix64 Which was implemented as the architecture for ppc64 (internal Conan code): ```python elif the_os...
It is likely that we will improve first the basics of the ``conan config install-pkg`` using a file as an input, working being done in https://github.com/conan-io/conan/pull/17793
Hi @Fengqiv Thanks for your question. It would be necessary to specify more information: - What server are you using, and if it is located close to the machine doing...
> The download took 34 minutes and still hadn't finished, so I manually terminated the pipeline. That isn't expected at all. How many packages are installed in total? With the...
> The total number of packages installed is 49. Yes, this doesn't make sense. Installing: ``` $ conan lock create --requires="opencv/[*]" --requires="tensorflow-lite/[*]" -r=conancenter ``` which install more than 50 packages,...
> time conan lock create --requires="opencv/[]" --requires="tensorflow-lite/[]" -r=conancenter real 1m52.203s user 0m2.117s sys 0m0.456s` That is still apparently a bit slow. I have just tried in my machine and it...
Lets do some extra timing regarding the installation of binaries, because 18 mins seems a lot. Maybe your binaries are huge, like many GBs?. Please test the following and report...
> You mentioned that the 49 Conan packages in my repository might be quite large, so I downloaded them all and found their total size is only 316 MB. yes,...
> How can this be explained? When I also listed the packages that nck_resource depends on in the conanfile, the download speed sped up, taking just over a minute. Yes,...