-
Notifications
You must be signed in to change notification settings - Fork 45
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
Upgrade OpenROAD #196
Upgrade OpenROAD #196
Conversation
dependency_support/org_theopenroadproject/org_theopenroadproject.bzl
Outdated
Show resolved
Hide resolved
dependency_support/org_theopenroadproject/org_theopenroadproject.bzl
Outdated
Show resolved
Hide resolved
7ee5539
to
0fc7459
Compare
0fc7459
to
55e9f2d
Compare
55e9f2d
to
b236cca
Compare
76f672d
to
2973ad7
Compare
I'm unsure if there is a better way to do the |
Seems to be currently failing due to;
|
The dependency support test is weird it's also failing for Eric. I don't see it defined anywhere though |
fb36e5c
to
b97a839
Compare
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
This requires; * Updating the `absl` version. * Adding `protobuf` library. * Rework the `eigen` usage. Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
b97a839
to
1f3a708
Compare
LGTM |
new_git_repository, | ||
name = "eigen", | ||
tag = "3.4.0", | ||
remote = "https://gitlab.com/libeigen/eigen.git", | ||
build_file_content = """ | ||
cc_library( | ||
name = 'eigen3', | ||
srcs = [], | ||
includes = ['.'], | ||
hdrs = glob(['Eigen/**']), | ||
visibility = ['//visibility:public'], | ||
) | ||
""", |
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 do have an eigen already is that one not compatible with ortools?
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 wasn't able to figure out how to map the ortools dependency to the one we already had.
This pull request includes;
rules_python
, and vendor requirements.bzl #197report_power.bzl
. #186Adds
ortools
.