Skip to content

Commit

Permalink
Better manifest & old install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Dec 19, 2023
1 parent 1c46c46 commit 8bfc459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ include requirements.txt
include pyproject.toml
include _build_utils.py
recursive-include imops *.py
recursive-include imops/cpp *
recursive-include imops/cpp *.h *.hpp *.cpp
8 changes: 1 addition & 7 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# install from any folder
scriptDir=$(dirname -- "$(readlink -f -- "${BASH_SOURCE[0]}")")
cd "$scriptDir" || exit 1
cd imops/cpp
rm -rf build
mkdir build
cd build
cmake ..
make
cd "$scriptDir" || exit 1

pip install -e .

0 comments on commit 8bfc459

Please sign in to comment.