Michael Nowotny
Michael Nowotny
Yes, on line 620 in date.cpp, I have the following include: #include "ql/time/date.hpp" The compiler command is as follows (from a different machine with MacOS on which I get the...
Thank you very much for your advice @thrasibule and @dpinte! I had indeed not defined this option. The name of the option in homebrew is "--with-intraday" (rather than "--enable-intraday") and...
BTW: I am getting these clang warnings when compiling pyql: clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated] ld: warning:...
If I run the code above in the Python interpreter, I get the following error: >>> from quantlib.time.date import today Traceback (most recent call last): File "", line 1, in...
Ok, unit tests are running on the third Mac that does not use Anaconda. I am getting the same clang warnings: clang: warning: libstdc++ is deprecated; move to libc++ with...
A few unit tests are failing but this is likely not connected: ====================================================================== ERROR: test_zero_rate (quantlib.test.test_mlab.MLabTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Volumes/GIT/pyql/quantlib/test/test_mlab.py", line 198, in test_zero_rate maturity_dates=None) File...
Hi @dpinte, I do not know specifically know how quantlib is built in homebrew. The clang error message appears on all three macs I have tried it, including the one...
Installed Anaconda again from scratch and the segmentation fault reappears. This is very likely an issue with Anaconda on the Mac.
Thank you @dpinte. I will take a closer look. It is currently not clear to me if this will work with Anaconda or is an alternative to Anaconda. For the...