-
Notifications
You must be signed in to change notification settings - Fork 593
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
Include only Ice and IceMX modules with Python package #2463
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,12 +26,8 @@ | |
|
||
# Define Python packages to be included | ||
packages = [ | ||
'Glacier2', | ||
'Ice', | ||
'IceBox', | ||
'IceGrid', | ||
'IceMX', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What are all the slice packages, and should we include them? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is to include the Slice files in the packages directory. I will check if there is a better alternative. |
||
'IceStorm', | ||
'slice', | ||
'slice.Glacier2', | ||
'slice.Ice', | ||
|
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.
It's not clear why we have this special handling for Metrics.ice. Add a comment in there?
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.
I will, it is because for Ice we run with
--no-package
as the Ice/init.py file is not manually generated. ForMetrics
we want the generatedIceMX/__init__.py
.