Conversation
|
if you want to install your build locally
(or whatever dir to the build tar file) |
|
@orbeckst you (or your students) should try yourself and let me know how you like conda :P |
|
|
Thanks! |
|
We'll see if we can make it work for the next release. I registered https://anaconda.org/MDAnalysis/mdanalysis . |
|
let me know if you get any problem. It was a bit tricky when I started a while ago (since the error log in conda and binstar was not that great). |
|
@richardjgowers (as release manager) if you want to play with this, register an account on https://anaconda.org and I add you to the https://anaconda.org/MDAnalysis org with sufficient privileges. |
|
@orbeckst Ok, this is me: https://anaconda.org/richardjgowers |
|
Ok, added you as owner. On 16 Jan, 2016, at 00:44, Richard Gowers wrote:
|
|
Since we have a new policy at work to use conda for managing python packages I'll start using it myself. So I can take care of getting MDAnalysis onto conda if @orbeckst and @richardjgowers are ok with it. |
|
Yes please! On Tue, 1 Mar 2016 20:07 kain88-de, notifications@github.com wrote:
|
|
@orbeckst can you add me to the MDAnalysis org on anaconda with the appropriate rights. Thanks |
|
see #751 for an update of this. |
|
I added @kain88-de as owner to https://anaconda.org/MDAnalysis On 1 Mar, 2016, at 13:09, kain88-de wrote:
Oliver Beckstein * orbeckst@gmx.net |
How to build?
cd mdanalysis/package/devtools/conda-recipeconda build ./mdanalysis --py=2.7How to upload
mdanalysis) channel on annacondaconda install anaconda-client# to get binstaranaconda login# enter your username + pwbinstar upload /home/haichit/anaconda3/conda-bld/linux-64/mdanalysis-0.13.0dev0-np19py27_0.tar.bz2how to install
conda install mdanalysis -c mdanalysis-cis to specify channel name.The files in this PR are self-explain. Update to your need.