Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions thermopyl/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
42 changes: 42 additions & 0 deletions thermopyl/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
package:
name: thermopyl
version: 1.0.1

source:
git_url: https://github.com/choderalab/thermopyl.git
git_tag: 1.0.1

build:
preserve_egg_dir: True
number: 0
skip: True # [win]

requirements:
build:
- python
- six
- pandas
- pyxb ==1.2.4
- feedparser
- pytables

run:
- python
- six
- pandas
- pyxb ==1.2.4
- feedparser
- pytables

test:
requires:
- nose
imports:
- thermopyl
commands:
- nosetests thermopyl --nocapture --verbosity=2 --with-doctest
- thermoml-build-pandas --help

about:
home: https://github.com/choderalab/thermopyl
license: GNU Lesser General Public License v2 or later (LGPLv2+)