nigma / pywt

We're moving. Please visit https://github.com/PyWavelets
MIT License
167 stars 72 forks source link

adds a conda recipe #10

Closed ddale closed 9 years ago

ddale commented 9 years ago

Just wanted to offer a conda recipe to build redistributable binary packages with the conda package manager. To create the actual package, one would install conda, then install conda-build, and finally run "conda build conda.recipe".

rgommers commented 9 years ago

Thanks @ddale. A recipe is now in conda-recipes, which is probably a better home than inside the repo: https://github.com/conda/conda-recipes/pull/369

Note that development has moved to https://github.com/PyWavelets/pywt, so we're closing all PRs here.