Skip to content

Commit

Permalink
Added conda recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Sep 9, 2016
1 parent 5fdcc82 commit 58bf422
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda_recipe/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$PYTHON setup.py install
26 changes: 26 additions & 0 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package:
name: openpmd_viewer
version: "0.3.1"

source:
git_rev: 0.3.1
git_url: https://github.com/openPMD/openPMD-viewer.git

requirements:
build:
- python
- setuptools
- pytest_runner
- numpy
- scipy
- matplotlib
- h5py

test:
imports:
- opmd_viewer

about:
home: https://github.com/openPMD/openPMD-viewer
license: BSD-3-clause
license_file: LICENSE.txt

0 comments on commit 58bf422

Please sign in to comment.