Mike Sarahan

Results 193 comments of Mike Sarahan

Using the anaconda channel actually makes this much worse, because it is a bad merge of old packages (the "free" channel) and new ones from defaults (the "main") channel. It...

Yep, that's a limitation of yaml. Sorry, but I don't think there's a good way for conda-build to fix this. If you change your recipe to be formatted a little...

Ah, thanks for straightening me out on that @mbargull. That may actually be something I can fix by refining the regex.

I think the conda issue at https://github.com/conda/conda/issues/5202 is more appropriate. Conda-build can already "convert" a wheel to a conda package - when you have a wheel source, and you use...

Thanks for reporting. I don't think we anticipated that people would be installing to paths greater than 255 characters. That goes back to when the prefix used to be 80...

Sorry. A PR would be gladly accepted here, but we don't use this functionality and can't spend much time on it. We have a separate tool, http://github.com/conda/conda-concourse-ci that we use...

list them all at the command line. They need to be in the right order at the CLI: left-most entry built first. Conda-build is too dumb to do any kind...

``source_files`` are part of the source. Thus, they are files that come from the source archive. There is currently no way to add test files to packages, but it doesn't...

Generated recipes are not guaranteed to run right away without any tweaking. We can't anticipate everything that anyone might put in their recipes. We also can't currently determine when compiler...

To be clear, we should definitely update our docs to point at something that does "just work" unless we also use descartes as an example here to talk about what...