Re: tentative tarballs
Posted by mrtreibe on Jun 15, 2004; 5:30am
URL: http://quantlib.414.s1.nabble.com/tentative-tarballs-tp10599p10606.html
On Jun 11, 2004, at 5:50 AM, Luigi Ballabio wrote:
>
> a) for all: you'll need a working Boost installation.
>
Perfect timing, my boost package just went into boost 10.3/unstable on
friday.
> b) for packagers:
> "make" now creates two libraries, namely, libQuantLib-0.3.7 (as usual)
> and libQuantLibFunctions-0.3.7, which is a functional rib taken out of
> the main library. You may choose to package them together or
> separately; in any case, note that the test-suite links to both, while
> SWIG-generated bindings only link to the main library.
>
Everything compiles fine, although the new -release linking caught me
out (although it makes sense). The only problem is that I'm getting a
single failure in the test suite.
Exception in "StatisticsTest::testStatistics": std::exception:
incrementalstatistics.hpp:173: Real
QuantLib::IncrementalStatistics::max() const: empty sample set
The detailed report level doesn't really add any additional information:
Test suite "Statistics tests" failed with:
1 test case out of 2 passed
1 test case out of 2 failed
0 assertions out of 0 passed
0 assertions out of 0 failed
Test case "StatisticsTest::testStatistics" failed with:
0 assertions out of 0 passed
0 assertions out of 0 failed
Test case "StatisticsTest::testStatistics" was aborted due to
uncaught exception, user assert or system error
Test case "StatisticsTest::testSequenceStatistics" passed with:
0 assertions out of 0 passed
0 assertions out of 0 failed
Mark.