distributions icon indicating copy to clipboard operation
distributions copied to clipboard

officially support conda install distributions?

Open stephentu opened this issue 11 years ago • 3 comments

do we want this? data-microscopes is using my unofficial version of it already, and it seems to work OK. if so, I think we'll want to do two things:

(A) make an official distributions channel on binstar (B) get a travis CI hook to build new recipes when tags are made (or this can be manual, but it has to be done on both an OS X machine and Linux machine separately)

right now the pip install route is (a) not kept up to date and (b) doesn't quite work out of the box (you still need to compile libdistributions by yourself). I think the conda install can potentially be more portable since it, for example, packages libprotobuf so you don't have to worry about protobuf library version discrepancies. conda also gets the rpath stuff right so you don't have to keep exporting (DY)LD_LIBRARY_PATH

stephentu avatar Jul 21 '14 17:07 stephentu

Sounds like an improvement to me. Let @cap and I know what you need on our end.

fritzo avatar Jul 21 '14 18:07 fritzo

great-- I think I'm good for now, I'll work on this in between other stuff. quick question: what environments do you guys currently support? I've been able to get distributions working for me on OS X 10.9, Ubuntu 12.04, and my up to date arch linux machine.

stephentu avatar Jul 21 '14 21:07 stephentu

I believe we only use Ubuntu 12.04 and 14.04. In our group, only Eric Jonas uses OS X to my knowledge.

On Mon, Jul 21, 2014 at 2:23 PM, Stephen Tu [email protected] wrote:

great-- I think I'm good for now, I'll work on this in between other stuff. quick question: what environments do you guys currently support? I've been able to get distributions working for me on OS X 10.9, Ubuntu 12.04, and my up to date arch linux machine.

— Reply to this email directly or view it on GitHub https://github.com/forcedotcom/distributions/issues/69#issuecomment-49667787 .

fritzo avatar Jul 21 '14 21:07 fritzo