Skip to content

Commit

Permalink
added python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mkkassem committed Jul 6, 2022
1 parent e48f109 commit daa733b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 0 additions & 3 deletions images/foss-asic-tools/scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ export LD_LIBRARY_PATH=$(realpath $base_path/klayout/*/ )
export LC_ALL=en_US.utf-8 && export LANG=en_US.utf-8


export PDK_ROOT=/foss/pdk
export TOOLS=/foss/tools
export DESIGNS=/foss/designs
export PDK=sky130A
export PDKPATH=$PDK_ROOT/$PDK
export OPENLANE_ROOT=$TOOLS/openlane

export SAK=$TOOLS/sak/
Expand Down
9 changes: 8 additions & 1 deletion images/foss-asic-tools/scripts/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ yum install -y \
numpy \
gedit \
xterm \
meld \
meld

mkdir -p /foss/tools
cd /foss/tools
wget https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz
tar xvf Python-3.10.0.tgz
cd Python-3.10.0
./configure --enable-optimizations
make altinstall

2 changes: 1 addition & 1 deletion images/pdks-volare/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source scl_source enable devtoolset-8

export PDK_ROOT=/foss/pdk
export PDK_ROOT=/foss/pdks

export LC_ALL=en_US.utf-8
export LANG=en_US.utf-8
Expand Down

0 comments on commit daa733b

Please sign in to comment.