diff --git a/requirements.txt b/requirements.txt index 9782784..ba684e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/updateNicLink.sh b/updateNicLink.sh index b4c3d18..53db6d2 100755 --- a/updateNicLink.sh +++ b/updateNicLink.sh @@ -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"