Skip to content

Commit

Permalink
Merge pull request #25 from PSLmodels/pbrelease
Browse files Browse the repository at this point in the history
Add files for conda build
  • Loading branch information
Peter-Metz authored Mar 2, 2020
2 parents 7230763 + 0a7d799 commit 4ed8f1a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conda.recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off

SET BLD_DIR=%CD%
cd /D "%RECIPE_DIR%\.."
"%PYTHON%" setup.py install
10 changes: 10 additions & 0 deletions conda.recipe/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

BLD_DIR=`pwd`

# Recipe and source are stored together
SRC_DIR=$RECIPE_DIR/..
pushd $SRC_DIR

$PYTHON setup.py install
popd
25 changes: 25 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package:
name: taxcrunch
version: 0.0.0

requirements:
build:
- python
- "taxcalc>=2.4.2"
- "behresp>=0.9.0"
- "paramtools>=0.10.1"
- ipython

run:
- python
- "taxcalc>=2.4.2"
- "behresp>=0.9.0"
- "paramtools>=0.10.1"
- ipython

test:
imports:
- taxcrunch

about:
home: https://github.com/PSLmodels/Tax-Cruncher

0 comments on commit 4ed8f1a

Please sign in to comment.