Skip to content

Commit

Permalink
misc/openlane: set installed_version
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy authored Oct 18, 2022
1 parent 283a239 commit ac16102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/openlane/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ mkdir -p $PREFIX/share/openlane
git archive HEAD | tar -xv -C $PREFIX/share/openlane
# define system and pdk variables
mkdir -p $PREFIX/share/openlane/install
cp -a $RECIPE_DIR/env.tcl $PREFIX/share/openlane/install
echo $PKG_VERSION-conda > $PREFIX/share/openlane/install/installed_version
cp -a $RECIPE_DIR/env.tcl $PREFIX/share/openlane/install/
mkdir -p $PREFIX/share/openlane/install/build/versions
touch $PREFIX/share/openlane/install/build/versions/keep-directory
# override default configuration to disable missing tools
Expand Down

0 comments on commit ac16102

Please sign in to comment.