From ad2468cc269c4e6b7091e4f34b68b2439b11a6ad Mon Sep 17 00:00:00 2001 From: Sam Crow Date: Mon, 25 Sep 2023 14:08:38 -0700 Subject: [PATCH] use new magic version with drc catchup fix --- install_conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_conda.sh b/install_conda.sh index 55cf3599..27fad078 100755 --- a/install_conda.sh +++ b/install_conda.sh @@ -7,7 +7,7 @@ CONDA_HOME="${CONDA_HOME:-miniconda}" # If you want to use the latest version, just use "". TOOLS="" TOOLS+="klayout=0.28.3 " -TOOLS+="magic=8.3.363 " +TOOLS+="magic=8.3.431 " TOOLS+="netgen=1.5.253 " TOOLS+="ngspice=26 " TOOLS+="trilinos=12.12.1 "