-
Notifications
You must be signed in to change notification settings - Fork 14
#1336: Changed Bazel module #586
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: master
Are you sure you want to change the base?
Conversation
This reverts commit 6b7263b.
2. Fixed hard coded paths in exascript_python_wrap.py and javacontainer_impl.cc
|
|
||
| stringstream ss; | ||
| m_exaJavaPath = "/exaudf/base/javacontainer"; // TODO hardcoded path | ||
| m_exaJavaPath = "/exaudf/external/exaudfclient_base+/javacontainer"; // TODO hardcoded path |
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.
Should we extend the comment to explain the external
| sys.path.append(path_to_pyexadataframe) | ||
| else: | ||
| path_to_pyexadataframe="/exaudf/base/python/python3" | ||
| path_to_pyexadataframe="/exaudf/external/exaudfclient_base+/python/python3" |
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 probably should add a comment where this path comes from
|
|
||
| include("//base:base.MODULE.bazel") | ||
| bazel_dep(name = "exaudfclient_base", version = "1.0.0") | ||
| local_path_override(module_name="exaudfclient_base", path="base") |
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.
Should we maybe add a comment, why we use local overwrite here. And, that it later can be replaced by http override or git override, when repositories are split
No description provided.