Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ubfx authored Feb 23, 2024
1 parent e40f7db commit e539dfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pnr/openroad/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ if [[ $OS == "Mac" ]]; then
fi
fi

echo 00000000
cd /tmp
cmake -S /root/cmtest/OpenROAD/
echo 111111111

cd $SRC_DIR/third_party/lemon
cmake -B build -DCMAKE_INSTALL_PREFIX=$PREFIX .
cmake --build build -j $CPU_COUNT --target install
Expand Down

0 comments on commit e539dfe

Please sign in to comment.