|
From: Luigi B. <lui...@gm...> - 2019-08-05 20:08:43
|
No, we don't have the resources to check and maintain a compatibility matrix. We do check a few combinations, which you can see at < https://travis-ci.org/lballabio/quantlib> (hover on the "INFO" part of each row for the full parameters; the "minimum allowed Boost version" is version 1.48). Each of those compiles and tests, as you can see from the green status. As for other combinations: - any version of QuantLib-SWIG is compatible at least with the same version of QuantLib (and possibly with a couple of later versions, but after a few versions things might get deprecated and removed); - any release of QuantLib and QuantLib-SWIG was at least tested with the latest version of Boost at that time and the one or two most recent versions of gcc at that time. You can get the versions by crossing the release dates in <https://www.quantlib.org/reference/history.html>, < https://www.boost.org/users/history/> and <https://gcc.gnu.org/releases.html >. Hope this helps, Luigi On Mon, Aug 5, 2019 at 5:21 PM Banerjee, Tapas K via QuantLib-dev < qua...@li...> wrote: > Is there a link that lists particular version of Quantlib compatible to > specific versions of *Boost* & gcc and correspond *Quantlib-SWIG* > library? > > We are having lot of issues in compiling & building Quantlib SWIG library > > > > Thanks, > > > > *From:* Luigi Ballabio [mailto:lui...@gm...] > *Sent:* Monday, August 05, 2019 6:27 AM > *To:* QuantLib users <qua...@li...>; QuantLib > developers <qua...@li...>; QuantLib announce < > qua...@li...> > *Subject:* [Quantlib-dev] QuantLib 1.16 released > > > > Hello everybody, > > QuantLib 1.16 has been released and is available for download at < > http://quantlib.org/download.shtml>. > > > > The list of changes for this release is at < > http://quantlib.org/reference/history.html>. > > > > Please report any problems you have with this release to the QuantLib > mailing list (<qua...@li...>), or open a GitHub > issue at <https://github.com/lballabio/quantlib/issues>. > > > > -- The QuantLib group > > > > This message is confidential and subject to terms at: > https://www.jpmorgan.com/emaildisclaimer including on confidential, > privileged or legal entity information, viruses and monitoring of > electronic messages. If you are not the intended recipient, please delete > this message and notify the sender immediately. Any unauthorized use is > strictly prohibited. > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |