Ray Donnelly

Results 184 comments of Ray Donnelly

Thanks @jakirkham. ``` INFO (python-spams): plugin library package conda-forge::numpy-1.9.3-py27_blas_openblashd3ea46f_206 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want...

Hi @scopatz, what do you propose to do about shared libraries that have no natural place in a wheel (to me, most shared libraries have no natural place in a...

> It would probably be neater not to ship the external libraries in the wheels, but it has in practice been working, at least on Linux and macOS. Well, the...

What about SONAME though? Or are you proposing to rewrite them and rename the DSOs? If so are we worried about passing objects between different versions of the same library?...

> Did you already contact the scikit-build folks? I have the impression they are best for C++ chains I believe conda is the best for C++ chains but I would...

Can you provide any feedback @s-u?

(I am now aware that Windows doesn't use this codepath btw)

@dolfim: Perhaps you could write your code so that it does dynamic relocation? `GetModuleFileNameA/W` is the function(s) you'd most probably use to figure out the actual location (on Windows, for...

I'm proposing you set `detect_binary_files_with_prefix: False` in your recipe, then all the stuff that `conda-build` does and that `conda install` does doesn't happen. Whatever folder you want relative to the...

It *really* would not be simple at all, trust me on that.