Skip to content
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

ska3 metapackages #16

Closed
taldcroft opened this issue Jul 3, 2018 · 4 comments · Fixed by #19
Closed

ska3 metapackages #16

taldcroft opened this issue Jul 3, 2018 · 4 comments · Fixed by #19

Comments

@taldcroft
Copy link
Member

taldcroft commented Jul 3, 2018

Just to capture thoughts here on some metapackages:

  • ska3-flight has all Ska3 flight packages (e.g. Ska.engarchive, kadi, etc) specified by version.
  • ska3-flight-core has all core Ska3 flight dependencies (e.g. numpy, ipython, scipy, etc), specified by version. It gets generated by some TBD reproducible process. These are all supplied by the defaults channel. We need to see in practice whether there are problems with slightly difference package versions being available for different platforms. This meta-package will be a dependence of ska3-flight using metapackage chaining.

Following may not be needed

  • ska3-dev has all the Ska3 internal packages supplied by our conda build process. It is like ska3-flight but does not include the ska3-flight-core dependence nor any version numbers. Let it all (mostly) float!! This could be used in major version updates to ska3-flight-core.
  • ska3-pinned could be a way to explicitly capture requirements that can never float. So installing ska3-dev ska3-pinned would result in a working environment which meets the pinning requirements.
@jeanconn
Copy link
Contributor

jeanconn commented Jul 9, 2018

For metapackage recipes, is the underlying version of the dependency enough, or do we also want to try to lock in build string and build number?

@taldcroft
Copy link
Member Author

Let's just go with the version of the dependency.

@taldcroft taldcroft changed the title ska3-flight-core and ska3-dev metapackages ska3 metapackages Jul 10, 2018
@jeanconn
Copy link
Contributor

Which is good, because I'm not entirely sure there is a way to add build strings in these requirements anyway.

@jeanconn
Copy link
Contributor

And I think this is all done in #19 . I'm not sure if at some point the metapackages could be moved to noarch, but they are tiny/quick to rebuild for supported platforms anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants