Use newer builds for trilinos and xyce

This commit is contained in:
Eren Dogan 2023-12-20 08:30:36 -08:00
parent efd43c3191
commit e35f060d32
1 changed files with 2 additions and 2 deletions

View File

@ -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" ]]