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

Python Client: add instructions that set DEEPHAVEN_VERSION #5006

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

kosak
Copy link
Contributor

@kosak kosak commented Jan 4, 2024

No description provided.

cd ${DHROOT}/py/client-ticking
``` shell
cd ${DHROOT}
export DEEPHAVEN_VERSION=$(./gradlew printVersion -q)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should work. I see you don't export CFLAGS and instead do it during the build_ext command. The same can be done w/ DEEPHAVEN_VERSION for build_ext and bdist_wheel if we prefer.

``` shell
$ export DEEPHAVEN_VERSION=$(./gradlew printVersion -q)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can also just be set during bdist_wheel if we prefer.

@kosak kosak force-pushed the kosak_update-doc-for-deephaven-version branch 2 times, most recently from d33fbfd to 164d42e Compare March 19, 2024 22:14
@kosak kosak force-pushed the kosak_update-doc-for-deephaven-version branch from 164d42e to ce19a91 Compare March 19, 2024 22:18
@kosak kosak merged commit d22197e into deephaven:main Mar 20, 2024
14 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 20, 2024
@kosak kosak deleted the kosak_update-doc-for-deephaven-version branch March 20, 2024 23:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants