Skip to content

Commit

Permalink
added chemview recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Lanaro committed Feb 13, 2015
1 parent f706e99 commit bd3beb5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/chemview/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
28 changes: 28 additions & 0 deletions recipes/chemview/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package:
name: chemview
version: !!str 0.1

source:
git_url: https://github.com/gabrielelanaro/chemview.git
git_tag: v0.1

requirements:
build:
- python
- distribute

run:
- python
- distribute
- ipython-notebook
- numpy
- numba

test:
imports:
- chemview

about:
home: http://chemview.rtfd.org
license: GNU Lesser General Public License v2 or later (LGPLv2+)
summary: WebGL Molecular Viewer for IPython notebook.
1 change: 1 addition & 0 deletions recipes/chemview/run_tests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from chemview import MolecularViewer

0 comments on commit bd3beb5

Please sign in to comment.