-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Ensure omnia metapackage is built for each Python version #125
Conversation
I've tested that this creates versions of the omnia metapackage resolved by Python and numpy version on my machine. I have not yet tested the rebuilding or installing of all packages. |
@@ -4,7 +4,12 @@ package: | |||
|
|||
|
|||
requirements: | |||
build: | |||
- python # necessary to ensure packages are built for each Python version | |||
- numpy # necessary to ensure packages are built for each Python version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure that the numpy versioning is necessary?
@jchodera: I think I fixed the issue by removing some wrong packages from a month ago on binstar/omnia/pymbar that didn't declare a dependency on python.
|
We believe this is solved now. Closing! |
Testing this as a solution to issues observed in #103