Re: [Help] Any idea how to patch cmake code of terraphast properly to get shared libraries

2022-01-21 Thread Aaron M. Ucko
Andreas Tille writes: > But there is some remaining syntax error[1]: [...] > [1] https://salsa.debian.org/med-team/terraphast/-/jobs/2386305#L857 Ah, yeah, it looks like you should also extend the GMP settings (around line 90); sorry for missing that earlier. In principle, I suppose the conditi

Re: [Help] Any idea how to patch cmake code of terraphast properly to get shared libraries

2022-01-21 Thread Andreas Tille
Hi Aaron, Am Fri, Jan 21, 2022 at 08:09:03AM -0500 schrieb Aaron M. Ucko: > > Any hint how to fix this would be welcome > > I see some more target-specific settings towards the bottom of > CMakeLists.txt; please try extending the use of > TERRAPHAST_PLATFORM_INCLUDE and TERRAPHAST_COMPILE_FLAGS t

Re: [Help] Any idea how to patch cmake code of terraphast properly to get shared libraries

2022-01-21 Thread Aaron M. Ucko
Andreas Tille writes: > Any hint how to fix this would be welcome I see some more target-specific settings towards the bottom of CMakeLists.txt; please try extending the use of TERRAPHAST_PLATFORM_INCLUDE and TERRAPHAST_COMPILE_FLAGS to the new targets. -- Aaron M. Ucko, KB1CJC (amu at alum.mi

[Help] Any idea how to patch cmake code of terraphast properly to get shared libraries

2022-01-21 Thread Andreas Tille
Hi, terraphast is a precondition for raxml-ng and I've found a code copy also in iqtree. Thus it makes sense to release what is prepared in Salsa but I wanted to provide also a shared library. Without my cmake patch[1] the package builds a proper package with static library. If I activate the p