Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

For `emscripten-wasm32` the extension for files in `bin` should be `.js` :)

This delays the Jinja evaluation for the `script` contents. That means that we can also inject a lot of variables into the script by using `jinja`. Such as `${{ PREFIX...

It looks like some libraries link against this library. It might be part of a stable SDK that we can allow? Something to investigate.

Ruby creates some files that have an `@executable_path` (not `@loader_path`). We should check what that means and if we need to take care of anything there.

I had some versions like `1.2-3` where the `-3` is causing problems when reaching the testing stage. I need to double-check wether this version is valid or not in conda...

Sometimes you want to check that a file is there and sometimes the inverse. We had ideas to use `~ foo.txt` to say 'not exists' but people were against it....

package-tests

Currently, we use all the dependencies for the topological sorting, including the ones from `run` and `run_constraints`. However, these should only be "weak" dependencies for the sorting since they only...

package-tests

I think when building a multi-output package, the later builds will reference a local (output) in their finalized dependencies. This (local) package is not available when rebuilding the (single) output....

reproducible-builds

I am wondering if it would be useful to add some variables _only_ in the script section. Because it would make it less annoying to deal with Windows vs. Unix...

Rendered version can be found here: https://github.com/wolfv/ceps/blob/cep-recipe-tests/cep-recipe-tests.md Supersedes https://github.com/conda/ceps/pull/57