-
Notifications
You must be signed in to change notification settings - Fork 26
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
misc: add klayout #268
misc: add klayout #268
Conversation
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.
LGTM.
@@ -0,0 +1,53 @@ | |||
diff --git a/build.sh b/build.sh |
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.
Log a github issue to get this upstream
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 suspect @klayoutmatthias link statically intentionally.
Linux*) OS=Linux;; | ||
*) OS="${UNAME_OUT}" | ||
echo "Unknown OS: ${OS}" | ||
exit;; |
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.
exit 1
?
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.
filed #269 since this seems more widespread.
Let's not merge before we get the CI passing. |
@mithro yay it's green! https://github.com/hdl/conda-eda/actions/runs/3751563916/jobs/6372696825 \o/ |
Looks like the CI is still generally broken however? |
@mithro in my experience the CI is generally flaky for some of the f4pga packages (vtr, yosys-osx) to but I don't see any issues in that runs for the silicon toolchain packages. |
Merge away then? |
I suspect @ajelinski will want us to audit the warnings and squash commits first! |
Identified 4 cluster of warnings:
|
A few remaining warnings from https://github.com/hdl/conda-eda/actions/runs/3758645638/jobs/6387239942
those are cdt so I don't think they are required.
This probably need to be added to
assuming those are unused? |
Done. |
and rebased. |
Merging since the build is green and remaining warnings were addressed per #268 (comment) |
Based on @klayoutmatthias's fork of conda-forge/staged-recipes#20396.
Wanted to just build the CLI to aligned with #250 and #193 but couldn't find a build option to disable QT while still keeping
klayout_main
.Fixes #175