Skip to content

Commit

Permalink
remove build folder before build
Browse files Browse the repository at this point in the history
  • Loading branch information
lianghongzhuo committed Dec 4, 2024
1 parent f5f77e8 commit dc4ca25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_pygpg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
mkdir dependencies && cd dependencies
git clone https://github.com/lianghongzhuo/gpg.git # some cmake change to let it work as subproject
git clone https://github.com/pybind/pybind11
rm -rf dependencies build *.egg-info *.so && mkdir dependencies && cd dependencies
git clone https://github.com/lianghongzhuo/gpg.git --depth=1 # some cmake change to let it work as subproject
git clone https://github.com/pybind/pybind11 --depth=1
cd ..
pip install -e .

0 comments on commit dc4ca25

Please sign in to comment.