mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.96k stars 359 forks source link

chore: some CMake cleanup #3564

Closed henryiii closed 4 weeks ago

henryiii commented 1 month ago

Some things I noticed when trying something locally.

henryiii commented 1 month ago

The PR after this one has the same windows error, and the one before this one claims to fix something on Windows (#3555).

jjerphan commented 1 month ago

3555 fixes an issue related to tests under Windows.

The error here is due to vcpkg which is used for the static builds of micromamba on Windows — this might be beyond our control.

JohanMabille commented 1 month ago

This looks like a network issue, libxml2 is available at https://gitlab.gnome.org//GNOME/libxml2/-/archive/v2.11.9/libxml2-v2.11.9.tar.gz

JohanMabille commented 4 weeks ago

Thanks!