Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
add mitie recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jul 18, 2014
1 parent 2a7f844 commit be202c5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mitie/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

cd mitielib
make
22 changes: 22 additions & 0 deletions mitie/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package:
name: mitie
version: 0.2

source:
git_url: https://github.com/mit-nlp/MITIE.git
git_tag: v0.2

requirements:
build:
- python

run:
- python

test:
imports:
- mitie

about:
home: https://github.com/mit-nlp/MITIE
license: Boost Software License

0 comments on commit be202c5

Please sign in to comment.