-
Notifications
You must be signed in to change notification settings - Fork 207
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
Conda Package #1152
Comments
FYI - @proppy |
@proppy: Would you be interested in being added as a maintainer. |
@curtisma Is there any way I can install this package locally as you upload to the conda-forge in the meanwhile? I just want to try for OpenFASOC |
@saicharan0112 Cool, I haven't created the recipe yet, but I will point you to it once it's ready, even before it's merged into a conda-forge feedstock. I'm hoping to have a chance to put it together sometime this weekend. I might even be able to upload the package file here. Are you looking to run it on Linux or Windows? |
Linux but I am planning to add this to the jupyter notebook first. This Klayout is the missing piece to visualize the gds file generated from one of the openfasoc generators. |
@curtisma sure - you can add me as maintainer of course. Honestly I have no experience with Conda recipes, but as Conda appears to be a promising deployment path on Windows I'm interesting in learning here. What exactly is the plan? Just deploying Python packages or the full application? Thanks and best regards, Matthias |
Great, sounds good.
Yeah, I'll be sure to have a windows package built
Well, I'm thinking we should first package the full application as a package named "klayout" and then we can create a python-only package, "klayout-python". |
So I've started the initial recipe at: and started the following PR for conda-forge: Also see |
@curtisma feel free to also add me as a co-maintainer |
Yeah, definitely |
Thank you folks, this is a great initiative and will help me teach courses where my students use Linux, Mac and Windows. Would be great to have everything easy to install including the ability for KLayout to use a full Python environment. |
@lukasc-ubc - Checkout https://github.com/hdl/conda-eda and the other packaging efforts under https://github.com/hdl |
I'd like to create a Conda package for klayout to make it easy to install in a Conda environment. I propose to add klayout as a package on conda-forge. This will allow it to be used in a conda environment as part of viper-forge, our effort to make a very easy to setup open-source IC design environment using Conda.
Conda-forge is an organization that provides build, hosting, and build automation infrastructure for Conda packages. Unless there are objections, I'd like to submit a conda packaging recipe to conda-forge.
@klayoutmatthias, would you like to be added as another maintainer of the conda package when I submit the recipe? I don't think you would need to do anything, but it might be good so you have access to it.
The text was updated successfully, but these errors were encountered: