Skip to content

Commit

Permalink
Use newer builds for trilinos and xyce
Browse files Browse the repository at this point in the history
  • Loading branch information
erendn committed Dec 20, 2023
1 parent efd43c3 commit e35f060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]]
Expand Down

0 comments on commit e35f060

Please sign in to comment.