astropy / package-template

Template for packages that use Astropy. Maintainer: @astrofrog
http://docs.astropy.org/projects/package-template/en/latest/
Other
60 stars 63 forks source link

Build conda packages for Astropy 0.4 with old Numpy versions #91

Closed astrofrog closed 9 years ago

astrofrog commented 10 years ago

Astropy 0.4 is out and in conda, but, there are no conda packages for Astropy 0.4 with Numpy 1.6 and 1.7. We will likely need to build those ourselves and put them in binstar.

@mwcraig - do you think you could do this since your builds have worked well in the past? If not, I'll give it a try.

mwcraig commented 10 years ago

I should have then done later today.

mwcraig commented 10 years ago

These are done and uploaded to binstar, PR on the conda-recipe repo coming soon.

mwcraig commented 10 years ago

Had one missing build -- numpy==1.7 and python==2.7. That has now been uploaded too.

cdeil commented 9 years ago

Is this issue done?

Is there any documentation with a link to binstar what is available and who to contact if something is missing somewhere (astropy docs or wiki page)?

mwcraig commented 9 years ago

I believe this issue is done -- will open a separate issue for the documentation point.

Will also do an issue/PR to allow specification of the astropy version in tests run by affiliated packages.

astrofrog commented 9 years ago

Thanks @mwcraig!