OpenAstronomy / conda-channel

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

SunPy isn't Bulding #14

Open Cadair opened 8 years ago

Cadair commented 8 years ago

Yeah I don't know why it's just not building the package.

mwcraig commented 8 years ago

Looks like it is because when I render the requirements I end up dropping the qualifiers in the comments so that skip: True # [py>27] becomes skip: True.

Fixing....

mwcraig commented 8 years ago

Well, some progress. Built and uploaded on python 2.7 linux + mac. Failing on Windows with a really odd error: https://ci.appveyor.com/project/openastronomy/conda-channel/build/1.0.40/job/an676is9a8ktgpc1#L371

Odd because a couple lines below that it is clearly installing sunpy.

So, question: if this is building on conda-forge, should we just (for the moment) copy the windows package from there?

Cadair commented 8 years ago

I have copied across from conda-forge, it would be good to get this channel working as well, if nothing else it would be a nice way to build sunpy rc packages.

mwcraig commented 8 years ago

I wonder if the issue might be the conda-build version. Will try that later...

mwcraig commented 8 years ago

One question, one heads-up:

Q. How much does Windows 32 bit matter on this channel? I'm not building win32 by default but could turn it on. Something will break, probably, but that is a separate issue.

HU. I'm temporarily moving the win64 sunpy build out of the way to try building on this channel....should be back shortly.

mwcraig commented 8 years ago

Hit a different problem now...am planning to switch to do some more extensive updates tomorrow, starting with a PR to conda-build-all to allow cross-channel copying.

I've put back the win64 sunpy build in the anaconda channel.

Cadair commented 8 years ago

@mwcraig win32 is nice to have if it's easy enough to do, I don't know how much use it would get.

Thanks for your work.

mwcraig commented 8 years ago

This is potentially fixed (except for win32), let's see how #15 turns out.

mwcraig commented 7 years ago

@Cadair -- can this be closed, since sunpy is now being copied from conda-forge?