jacobjma / PyQSTEM

A Python interface to the electron microscopy simulation program QSTEM
GNU General Public License v3.0
60 stars 30 forks source link

add conda recipe #4

Closed msarahan closed 5 years ago

msarahan commented 7 years ago

This recipe is not complete enough to submit to conda-forge, but it should be functional. What remains to be done is:

  1. tag a real release of PyQSTEM, and update the recipe to point at the github release tarball instead of the git_url
  2. Fill in appropriate data in the "about" section

The conda-forge example provided at https://github.com/conda-forge/staged-recipes/blob/master/recipes/example/meta.yaml may be helpful.

I have built this recipe on Mac and Windows. Python 3.5+ only on windows, due to compiler constraints (no mixing VC++ runtimes).

To build this recipe:

We're taking advantage of conda-forge here, because they already have packages for ase and fftw, which makes packaging PyQSTEM much easier.

schiotz commented 5 years ago

Hi @msarahan

I have taken the liberty of merging your pull request into my own (#12), where I am trying to set up metadata so PyQSTEM can be added to PyPI and conda-forge. I had to make a few minor changes to get it to work with the latest Anaconda.

Best regards Jakob

CC: @jacobjma

msarahan commented 5 years ago

sure! merge away! I'll just close this.