From 0a3889a2a6350104e91ee3c01af98385047b005b Mon Sep 17 00:00:00 2001 From: Sam Crow Date: Tue, 26 Sep 2023 11:37:34 -0700 Subject: [PATCH] Revert "use new magic version with drc catchup fix" This reverts commit ad2468cc269c4e6b7091e4f34b68b2439b11a6ad. --- install_conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_conda.sh b/install_conda.sh index 27fad078..55cf3599 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.431 " +TOOLS+="magic=8.3.363 " TOOLS+="netgen=1.5.253 " TOOLS+="ngspice=26 " TOOLS+="trilinos=12.12.1 "