conda package anyone?

Hi all,

is anybody aware, or planning to create, a conda package of the latest
version of graph-tool? I tried to compile it myself but ran into a lot of
issues that I could not solve due to my mediocre knowledge in doing so.

Cheers,

Felix

attachment.html (335 Bytes)

Hi Felix,

I fear I can’t help you with creating a conda package but I managed to get it to work by creating a virtual environment. You can find the instructions that I followed here: http://damcb.com/setting-up-a-scientific-python-working-environment.html

Best wishes,

Philipp

attachment.html (4.03 KB)

Thanks! Yeah, that's actually quite straightforward, especially because I'm
only working in virtual envs anyway. Stupid me … Will try it asap.
Almost preferable to a conda package which would have to be compiled every
time again for a new version.

If anybody is still looking for one though, I found this:

https://anaconda.org/floriangeigl/graph-tool (not tested by me)

Cheers,

Felix

attachment.html (3.56 KB)

I updated my graph-tool conda package, so it should work now as well:

   - *Conda package*: https://anaconda.org/ostrokach/graph-tool
   - *Conda recipe*: https://github.com/ostrokach/c
   onda-recipes-extra/tree/master/graph-tool
   <https://github.com/ostrokach/conda-recipes-extra/tree/master/graph-tool&gt;
   - *Docker recipe for the CentOS 6 / GCC 5 container used to build
   graph-tool*: https://github.com/ostrokach/docker-recipes/tree/master/cent
   os6_gcc5

But the virtalenv path is probably easier, especially if you need plotting.
I had to create Glib and Xorg conda packages in order to get graph-tool
plotting to work consistently across different Linux systems.

Cheers,
Alexey

attachment.html (6.68 KB)