[mlpack-git] [mlpack] Link against lexecinfo on FreeBSD (#423)

Ryan Curtin notifications at github.com
Fri Mar 20 17:47:21 EDT 2015


As is typical when I'm out of town, I can't connect to my BSD build slave (I'm looking forward to the day where I'm forced to actually come up with a more stable and reliable build server configuration...).  I took a look through the offerings of CMake, and there's no `find_package` script for `execinfo`, so what you've written seems to be the best option.  The only change I'd make is that variable name `execinfo` to `EXECINFO_LIBRARY`, but that's only for the sake of making it look more like the rest of the CMake code.

If you want to try that and test it, then (assuming it works, which it should) push it, feel free.  I saw some threads where people were having trouble getting execinfo to work on BSD, so if you want to write a quick test program to trigger a `Log::Assert()` call too, that would be nice (if not, I'll handle it when I get home a week from now or so).

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/423#issuecomment-84161772
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150320/cdbe71fa/attachment.html>


More information about the mlpack-git mailing list