|
From: Luigi B. <lui...@gm...> - 2023-07-20 07:17:22
|
I'd follow the instructions at https://www.quantlib.org/install/macosx.shtml, except that: - if you want Boost to be in that directory as well, don't use brew; see https://www.boost.org/doc/libs/1_82_0/more/getting_started/unix-variants.html instead. A header-only installation should be enough. - when you run ./configure inside QuantLib, instead of --prefix=${HOME}/local/ use --prefix=/Users/XXX/Library/CloudStorage/Dropbox/QL_Work and if you installed Boost in a custom location, also change --with-boost-include accordingly. Hope this helps, Luigi On Wed, Jul 19, 2023 at 7:13 PM Brian Smith <bri...@gm...> wrote: > Hi, > > I am wondering if it is possible to install quanlib and its all > dependencies in a specific folder for > e.g. /Users/XXX/Library/CloudStorage/Dropbox/QL_Work > > My OS is macOS High Sierra > > Are there any specific configuration I need to follow? > > A detailed instruction will be very helpful. > > Thanks for your time. > > On Tue, 18 Jul 2023 at 18:38, Luigi Ballabio <lui...@gm...> > wrote: > >> QuantLib 1.31 has been released and is available for download at < >> https://www.quantlib.org/download.shtml>. >> >> The list of changes for this release is at < >> https://www.quantlib.org/reference/history.html>. >> >> If you have any problems with this release, please report them here on >> the QuantLib mailing list (<qua...@li...>), or >> open a GitHub issue at <https://github.com/lballabio/quantlib/issues>. >> >> >> _______________________________________________ >> QuantLib-users mailing list >> Qua...@li... >> https://lists.sourceforge.net/lists/listinfo/quantlib-users >> > |