ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

Add new package "obspy" #369

Open krischer opened 9 years ago

krischer commented 9 years ago

Hi all,

would it be possible to add our ObsPy package to the official Anaconda distribution? It is the biggest Python package for seismology with a (for seismology) fairly large user base:

http://obspy.org https://github.com/obspy/obspy https://pypi.python.org/pypi/obspy

The conda receipe can be found here: https://github.com/obspy/obspy/tree/master/misc/installer/anaconda

We also build ObsPy package for all platforms: https://anaconda.org/obspy/obspy

Furthermore all of its dependencies are already part of the official Anaconda distribution so adding it should be very simple.

Thanks a lot!

Lion

groutr commented 9 years ago

I would be happy to look at adding obspy into the official anaconda repositories.

krischer commented 9 years ago

Great :-) Let me know if I can assist in any way!

cossatot commented 9 years ago

Is it python 3 compatible yet? I remember earlier this year having to make a new 2.7 environment so that I could use it. It'd be great if this wasn't necessary any more.

krischer commented 9 years ago

Yes - the current version is compatible with Python 2.6, 2.7, 3.3, and 3.4. The next one will drop support for Python 2.6.

groutr commented 9 years ago

I'm building the recipe with Python 2.7 and I'm getting several failures/errors from the test suite. Is that expected?

krischer commented 9 years ago

No that should not happen. Can you paste the errors here?

krischer commented 8 years ago

Any update on this or any way we could help to make this happen?