Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

conda build config yaml is a wild beast and we need to get it under control! :) It has a couple of interesting behaviors, and it would be interesting to...

when testing, boa get's specs from conda and they are ``` python 3.7 ``` which is bad because that is `python 3.7.0` implicitly with mamba. So we need to fix...

There are slight differences in the contents in get_hash_dependencies to compute the build string: - [ ] conda includes `CONDA_BUILD_SYSROOT` - [ ] conda includes `channel_targets` - [ ] conda...

Might be worth to see if we can re-use some of this stuff. https://docs.conan.io/en/latest/reference/tools.html

Some ideas for easier writing tests. Currently people do stuff like ``` - test -f $PREFIX/include/mamba/test.hpp # [unix] - if not %LIBRARY_PREFIX%\include\mamba\test.hpp exit 1 # [win] ``` which is super...

We could think about using a differnt libdir for static libraries. The benefit would be that pkgconfig files and cmake files could be re-generated and live in two places, once...

A test could be to run the activation script, print some (expected) env vars, then run deactivation and make sure that the environment is mostly unchanged.