idea-fasoc/OpenFASOC

Install NGSpice And Klayout Using Conda

Opened this issue · 3 comments

LiTeX-Hub has ngspice and klayout that seem to be up to date.

The dependencies.sh script installs these from the source. The installation would be greatly sped up if these packages were also installed using conda. Perhaps this could be kept as an option in case the latest versions are required for testing. By default, the conda versions can be installed to make local environment setup faster.

I think the installation time is offset by the customizability of installation from source, which might be desirable for developers working in local envs

We started work on adding klayout to conda-forge. It is really close to being complete.

Check out the following PR with the klayout Conda recipe in-progress:
conda-forge/staged-recipes#22419

ngspice is already available from the conda-forge channel.

image