Skip to content

Commit

Permalink
dev: move berserk to a pip module
Browse files Browse the repository at this point in the history
  • Loading branch information
nicvagn committed May 19, 2024
1 parent 38e3d9e commit 9349116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
berserk @ file:///home/nrv/dev/berserk
berserk==0.13.2
pyproject-toml==0.0.10
setuptools==69.1.1
pybind11==2.11.1
Expand Down
2 changes: 1 addition & 1 deletion updateNicLink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ cmake ../src
make -j $NUM_THREADS

# move into the niclink module
cp -f _nic*.so ${THIS_DIR}/NicLink/nicsoft}
cp -f _nic*.so ${THIS_DIR}/nicsoft/niclink}

echo "Moved executable to ../nicsoft/niclink/_niclinkCPYNONSENSE.so"

0 comments on commit 9349116

Please sign in to comment.