gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 33 forks source link

Need to specify TLS version for powershell for wget. #32

Closed mawelsh closed 5 years ago

mawelsh commented 5 years ago

Adding

in setup.ps1 enables retrieving of pyzmq v14.7.0 in current from source build.

gnieboer commented 5 years ago

Thanks. Will include.

gnieboer commented 5 years ago

So this code was actually already in setup.ps1, at the very end of the script. I didn't have any problems pulling pyzmq. Were you perhaps using an older version of repo?

gnieboer commented 5 years ago

Ah, that change was in master and hadn't been merged into maint. Anyways, both are in sync now, thanks.