OpenAstronomy / conda-channel

An open source community conda channel
8 stars 8 forks source link

Add healpy #3

Closed mwcraig closed 8 years ago

mwcraig commented 8 years ago

@cdeil -- once this passes and is merged healpy will be available.

cdeil commented 8 years ago

This is an implementation of this feature request: https://github.com/astropy/conda-builder-affiliated/issues/48

cc @woodmd

lpsinger commented 8 years ago

It's trying to install nose, which is a test-only dependency. Why not try what the error message says?

Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml

If you need it to run the Healpy unit tests, then try adding nose to meta.yaml.

mwcraig commented 8 years ago

What I don't understand is why it is trying to install nose. It isn't required for healpy testing...in any event, I've added a recipe template for it that includes nose in the test environment and excluded Windows builds.

lpsinger commented 8 years ago

What I don't understand is why it is trying to install nose. It isn't required for healpy testing...

Hmm. You're right, it only requires pytest. Odd.

cdeil commented 8 years ago

One of the dependencies in turn depends on nose?

(I think @mwcraig and I looked into this briefly at the PyAstro16 workshop and couldn't figure out where the nose dependency came from.)

mwcraig commented 8 years ago

The windows failure is unrelated to healpy (it is still trying to build sunpy on Windows). I fixed the sunpy problem with the latest push, so once we have green lights I'll merge and healpy with be available shortly after that.

mwcraig commented 8 years ago

The Windows skip is broken, but I'm merging this anyway. Failure noted at astropy/conda-build-tools#17

mwcraig commented 8 years ago

And....healpy is available! (on mac and linux)