-
Notifications
You must be signed in to change notification settings - Fork 54
[DO NOT MERGE] build[dace][next]: Added Custom Python Package for DaCe in GT4Py.Next #2423
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
base: main
Are you sure you want to change the base?
[DO NOT MERGE] build[dace][next]: Added Custom Python Package for DaCe in GT4Py.Next #2423
Conversation
pyproject.toml
Outdated
| dace = [ | ||
| {git = "https://github.com/GridTools/dace", branch = "romanc/stree-roundtrip", group = "dace-cartesian"}, | ||
| {git = "https://github.com/GridTools/dace", tag = "__gt4py-next-integration_2025_12_11", group = "dace-next"} | ||
| {index = "gt4py_python_index"} |
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 think this is still needed, at least until dace-cartesian version is not moved to the gridtools package index
| {index = "gt4py_python_index"} | |
| {index = "gridtools", group = "dace-next"} |
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.
Thanks for the hint.
pyproject.toml
Outdated
|
|
||
| [[tool.uv.index]] | ||
| explicit = true | ||
| name = 'gt4py_python_index' |
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.
In my head, this index is kind of the GridTools organization index for python packages, not only for gt4py.
| name = 'gt4py_python_index' | |
| name = 'gridtools' |
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.
Fair point.
This adds the custom package index server (https://github.com/GridTools/python-pkg-index) to
pyproject.toml.NOTE: It will be merge next year to ensure a smooth transitioning.
TODO:
README.mdto include the additional flag needed for installation withoutuv.