From e35f060d32ca625c317ceab3267b98e4c7ed0e8f Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Wed, 20 Dec 2023 08:30:36 -0800 Subject: [PATCH] Use newer builds for trilinos and xyce --- install_conda.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_conda.sh b/install_conda.sh index 55cf3599..17f808e4 100755 --- a/install_conda.sh +++ b/install_conda.sh @@ -10,8 +10,8 @@ TOOLS+="klayout=0.28.3 " TOOLS+="magic=8.3.363 " TOOLS+="netgen=1.5.253 " TOOLS+="ngspice=26 " -TOOLS+="trilinos=12.12.1 " -TOOLS+="xyce=7.4" +TOOLS+="trilinos=12.12.1=1 " +TOOLS+="xyce=7.4=3" # Install miniconda if not already installed if [[ ! -d "${CONDA_HOME}/bin" ]]