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 ada3937 commit 020dc63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pnr/openroad/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ if [[ $OS == "Mac" ]]; then
fi

echo 00000000
cd /tmp
mkdir foo
cd foo
wget https://raw.githubusercontent.com/ubfx/conda-eda/master/pnr/openroad/CMakeLists.txt
ls -la
cmake -S .
cmake -DTCL_LIB_PATHS="$BUILD_PREFIX;$PREFIX" -DCMAKE_FIND_ROOT_PATH="$BUILD_PREFIX;$PREFIX" -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=ONLY -DUSE_SYSTEM_BOOST=ON -DINSTALL_LIBOPENSTA=OFF -DBUILD_MPL2=OFF -DBUILD_PAR=OFF -DENABLE_TESTS=OFF -DCMAKE_INSTALL_PREFIX=$PREFIX .
echo 111111111

cd $SRC_DIR/third_party/lemon
Expand Down

0 comments on commit 020dc63

Please sign in to comment.