Skip to content
J.L Stevens edited this page Jun 25, 2015 · 2 revisions

Checkout the tag and fix setup.py. Then:

meta.yaml

package:
  name: lancet
  version: 0.9.0

source:
  path: .

requirements:
  build:
    - python
    - param
  run:
    - python
    - param

about:
  home: http://ioam.github.io/lancet/
  summary: Launch jobs, organize the output, and dissect the results
  license: BSD

build.sh

#!/bin/bash

$PYTHON setup.py install
Clone this wiki locally