Re: Cmake help needed for ncbi-vdb

2022-02-23 Thread Andreas Tille
Hi Mathieu, Am Wed, Feb 23, 2022 at 05:57:55PM +0100 schrieb Mathieu Malaterre: > > Unfortunately the build is not yet correct since the -soname options > > included into the build are wrong. For instance the compile option that > > is generated is in the current configuration for instance: > > >

Re: Cmake help needed for ncbi-vdb

2022-02-23 Thread Mathieu Malaterre
On Wed, Feb 23, 2022 at 5:26 PM Andreas Tille wrote: > > Hi Mathieu, > > Am Mon, Feb 21, 2022 at 09:29:46AM +0100 schrieb Mathieu Malaterre: > > > The point is that the linker flags to libmbedtls-dev, zlib and others > > > need to be set. Excluding references to code copies was easy[2] ... but >

Re: Cmake help needed for ncbi-vdb

2022-02-23 Thread Aaron M. Ucko
Andreas Tille writes: > but for some reason this does not have any effect. Do you have any > idea how to set SONAME correctly? I'm not sure offhand, but FWIW I already filed an internal bug report on the lack of versioned SONAMEs; I'll pass along any patches that crop up. Mathieu, you have my

Re: Cmake help needed for ncbi-vdb

2022-02-23 Thread Andreas Tille
Hi Mathieu, Am Mon, Feb 21, 2022 at 09:29:46AM +0100 schrieb Mathieu Malaterre: > > The point is that the linker flags to libmbedtls-dev, zlib and others > > need to be set. Excluding references to code copies was easy[2] ... but > > now we need the according -l options and my cmake knowledge is