Re: Getting Python bindings in QuantLib-SWIG-1.4 to work in OS X?
Posted by Takehiro Yanagi on May 01, 2015; 7:21am
URL: http://quantlib.414.s1.nabble.com/Getting-Python-bindings-in-QuantLib-SWIG-1-4-to-work-in-OS-X-tp15105p16526.html
Hi,
I have it working using boost (from MacPorts) compiled with GCC g++ (also from MacPorts, not the system clang), QuantLib/QuantLib-SWIG from the master branch, both compiled with the same GCC g++. OS10.10 and the latest Xcode.
Takehiro