-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Requesting new outputs for OpenVDB #1313
Conversation
requests/add-openvdb-outputs.yml
Outdated
- openvdb: openvdb* | ||
- openvdb: nanovdb* |
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.
- openvdb: openvdb* | |
- openvdb: nanovdb* | |
- openvdb: openvdb-* | |
- openvdb: nanovdb-* |
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.
Thank you for reviewing!
I updated like you suggest, but added nanovdb
without glob as well.
I have used underscore in the output names in the recipe. Would dashes be preferable?
action: add_feedstock_output
feedstock_to_output_mapping:
- openvdb: openvdb-*
- openvdb: nanovdb
- openvdb: nanovdb-*
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.
Either a dash or underscore is fine. I find dashes aesthetically more please but this is a personal preference.
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 took a quick look at the referenced example packages with multiple outputs and they all used -, so I'll follow that.
Please merge if you are happy with the req and I'll push with dashes in my PR :).
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.
we need to keep the namespace cleaner.
Checklist:
Description
I'm adding NanoVDB from the OpenVDB project well as packaging tools for OpenVDB and NanoVDB.