Login  Register

Re: RPM spec file for QuantLib-0.3.3

Posted by Luigi Ballabio-2 on Aug 26, 2003; 9:00am
URL: http://quantlib.414.s1.nabble.com/Re-RPM-spec-file-for-QuantLib-0-3-3-tp10308p10313.html

At 07:09 AM 8/26/03 -0500, Dirk Eddelbuettel wrote:

>Actually, it already does:
>
>test:     test-stamp build
>test-stamp: build-stamp
>         -$(MAKE) check
>         touch test-stamp
>[...]
>binary-common: build test install
>[...]
>
>so test should be visited when a binary is built.  Not sure why it doesn't /
>didn't. Will need to check.

Dirk,
         from the logs, it looks as though the library is build, installed,
removed, and finally tested---so that the test suite doesn't find the
shared library to load. Maybe it should be build, test, install, remove?

Later,
         Luigi