OpenSourceRisk / ORE-SWIG

Other
49 stars 46 forks source link

QuantLib submodule version inconsistencies between engine and ore-swig #1

Open ckoudell100 opened 5 years ago

ckoudell100 commented 5 years ago

Hi, FYI there may be a version inconsistency when git updating the QuantLib submodule between engine and ore-swig. I believe that engine pulls v1.11, while ore-swig pulls v.1.14. Maybe just temporary, but wanted to flag that to you anyway. Thanks.

rkapl123 commented 4 years ago

I think that these version numbers should match (if luigi really always pays attention to it) but they need not. Quantlib theoretically has it's own versioning and Quantlib-Swig as well. Right now it is closer, but still not perfect (QuantLib-v1.18 vs. QuantLib-SWIG-v1.18.1). I think the swig compiler would probably fail if there were incompatible signatures between the swig interfaces and the library ...