[GitHub] climate pull request #401: CLIMATE-862: More updates to conda recipe files

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/climate/pull/401


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] climate pull request #401: CLIMATE-862: More updates to conda recipe files

2016-08-29 Thread agoodm
GitHub user agoodm opened a pull request:

https://github.com/apache/climate/pull/401

CLIMATE-862: More updates to conda recipe files

@lewismc @Omkar20895 Please let me know if coveralls is actually necessary 
for the `podaacpy` code to run. Since it is listed as a dependency in 
`setup.py`, I also had to build a conda recipe for it internally in order to 
get `podaacpy` to build which ended up being quite a pain to deal with. 

Anyway to test this, navigate to the `conda_recipes` directory, then run

``
conda update conda-build
conda build ocw
conda clean -pt
conda create -n test python
source activate test
conda install --use-local ocw
``

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/agoodm/climate CLIMATE-862

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/climate/pull/401.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #401


commit 12eb7ed9edc4349c7bc5a35f5d3e8501d70823de
Author: Alex Goodman 
Date:   2016-08-29T19:06:02Z

CLIMATE-862: More updates to conda recipe files




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---