UW-Hydro / tonic

A pre/post processing toolbox for hydrologic models
MIT License
20 stars 33 forks source link

adding files for building conda package #18

Closed dgergel closed 9 years ago

dgergel commented 9 years ago

The .yaml file still needs a bit more editing, but after that it should be ready for building a conda package.

jhamman commented 9 years ago

A few more changes are needed. Can we put the three added files in a conda-recipe directory? Also, do you know how to trigger the binstar build?

dgergel commented 9 years ago

Yup! Just did that. To trigger the binstar build: 1) conda build tonic 2) conda install --use-local tonic 3)conda convert --platform all path_that_tonic_was_installed_to 4) binstar login (must already have anaconda.org account) 5) binstar upload ~/miniconda/path_from_step_3_above

I think that to trigger the build, the three conda recipe files will need to be out of the conda-recipe directory and in the tonic/tonic directory, but I might be wrong.

jhamman commented 9 years ago

Thanks, I'll give it a go here shortly.

jhamman commented 9 years ago

Thanks: closing in favor of https://github.com/UW-Hydro/conda-recipes-uwhydro/pull/2