update csdr and pycsdr dependencies in docker
This commit is contained in:
parent
c150eca75c
commit
c07e33d19d
@ -31,11 +31,13 @@ popd
|
||||
rm -rf js8py
|
||||
|
||||
git clone https://github.com/jketterl/csdr.git
|
||||
cmakebuild csdr 0.18.0
|
||||
# latest develop as of 2022-09-19 (fifisdr fixes)
|
||||
cmakebuild csdr 5061ed54666e4ef0ccd9b259bb591c2123a3a3f8
|
||||
|
||||
git clone https://github.com/jketterl/pycsdr.git
|
||||
cd pycsdr
|
||||
git checkout 0.18.0
|
||||
# latest develop as of 2022-09-19 (fifisdr fixes)
|
||||
git checkout 1154d090b5fb2f0de45b3bf62851ac665e251e28
|
||||
./setup.py install install_headers
|
||||
cd ..
|
||||
rm -rf pycsdr
|
||||
|
Loading…
Reference in New Issue
Block a user