From: Luigi B. <lui...@gm...> - 2019-12-03 16:18:26
|
Dirk, Boost deprecated the header-only timer library we were using, so we switched to their newer one, which on the one hand is no-longer header only and on the other hand also depend on Boost.System. The result (see < https://github.com/lballabio/QuantLib/pull/692/files>) is that configure now also looks for libboost_timer and libboost_system and skips the test suite and benchmark if it doesn't find them. Luigi On Tue, Dec 3, 2019 at 4:25 PM Dirk Eddelbuettel <ed...@de...> wrote: > > Shame on me for not testing the rc release, but on the first attempt to > build > 1.7 for Debian I got stopped in my tracks because the 'nice to have but not > essential' quantlib-benchmark and quantlib-test-suite binaries are no > longer > made. > > No change in setup on my, I configure with > > ./configure --prefix=/usr \ > --enable-openmp \ > --enable-intraday \ > --enable-examples \ > --enable-benchmark \ > --enable-shared \ > --enable-static \ > --with-gnu-ld \ > --mandir=$(debtmp)/usr/share/man \ > --build $(arch) > > as can be seen here > https://salsa.debian.org/edd/quantlib/blob/master/debian/rules > > Any idea? Running build two now, trying to expect these two anymore. > > Dirk > > -- > http://dirk.eddelbuettel.com | @eddelbuettel | ed...@de... > > > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |