pothosware / homebrew-pothos

Homebrew formulas for Pothos and SoapySDR
https://github.com/pothosware/homebrew-pothos/wiki
MIT License
62 stars 17 forks source link

soapyosmo install fails, missing boost::chrono lib #36

Closed j-mckim closed 4 years ago

j-mckim commented 4 years ago

When the brew install reaches the "make install" step for the soapyosmo package, it fails. The linker diagnostic is:

Undefined symbols for architecture x86_64: "boost::chrono::steady_clock::now()", referenced from: ...

Searching for others who have seen this issue led to this link:

https://github.com/YuvalNirkin/face_swap/issues/9

And a solution that worked for me:

CMakeLists-patch.txt

Probably not the fix most conformant to the style of this project; just to communicate the gist of the fix, which was adding boost's chrono as a required library.

guruofquality commented 4 years ago

I added chrono to master branch