Hi, Ian Wienand, le Fri 11 May 2007 11:15:30 +1000, a écrit : > On 5/10/07, Samuel Thibault <[EMAIL PROTECTED]> wrote: > >There is no libnuma.a, but scientific applications typically compile > >statically and thus need libnuma.a, so Debian should provide it. > > Hi Samuel, > > The upstream build doesn't actually create a static library, I'm > pretty sure by design to avoid version skew, etc.
Mm, what version skew problem could happen? > Personally I don't think it makes sense to build this library into > your application. > > Do you have a particular reason for needing it static in your application? Because the applications I'm using here (scientific computation) want best achievable speed, and linking statically gives a fair boost. As a result, it's very usual to find those with "-static" hardwired in the Makefiles. Having to modify all applications' Makefile is somewhat tedious... Samuel