joennlae / condalayout

Conda + KLayout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CondaLayout

Conda + KLayout

An attempt to enable a conda-install for KLayout. Currently only for Linux and python 3.8 (I will add more python versions in the future).

Installation

To install the normal klayout python package:

conda install -c flaport klayout

To install the KLayout GUI within your conda environment:

conda install -c flaport klayout-gui

The advantage of installing the KLayout GUI within your conda environment is that you can conda install any dependency (numpy, matplotlib, scipy, ...) for your macros without polluting your system python with a multitude of packages. Note: the klayout-gui package is currently being built without ruby support (I might also add this in the future).

About

Conda + KLayout

License:GNU General Public License v3.0


Languages

Language:Dockerfile 63.6%Language:Makefile 20.3%Language:Shell 16.1%