update dependencies

This commit is contained in:
Jakob Ketterl 2023-08-29 19:51:50 +02:00
parent 2b09c209f1
commit 3f7c739716
1 changed files with 4 additions and 4 deletions

View File

@ -32,13 +32,13 @@ popd
rm -rf js8py rm -rf js8py
git clone https://github.com/jketterl/csdr.git git clone https://github.com/jketterl/csdr.git
# latest develop as of 2023-08-21 (introduction of execmodule) # latest develop as of 2023-08-29 (SIGTERM timeout)
cmakebuild csdr 3a11e7f800d8226e2f5de89432150a724bc7960e cmakebuild csdr c1212571201c706e3a688cba9a6383140016f3b0
git clone https://github.com/jketterl/pycsdr.git git clone https://github.com/jketterl/pycsdr.git
cd pycsdr cd pycsdr
# latest develop as of 2023-08-21 (introduction of execmodule) # latest develop as of 2023-08-21 (execmodule flush option)
git checkout ebb46984c9b2a31dcf3810ad1f11e461a839e114 git checkout 7aac870e6fa73bf0b71cfa7aa6d0350992adfbef
./setup.py install install_headers ./setup.py install install_headers
cd .. cd ..
rm -rf pycsdr rm -rf pycsdr