Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-27 Thread Peter Pentchev
On Mon, Dec 26, 2022 at 04:35:09PM +, Simon McVittie wrote: > On Mon, 26 Dec 2022 at 14:00:31 +0100, Andrea Pappacoda wrote: > > or patch zstd's makefiles to install a small Find > > module itself (this is not really a good practice, as ideally upstreams > > should install CMake Config files, b

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Helmut Grohne
Hi Timo, On Mon, Dec 26, 2022 at 10:08:18AM +0100, Timo Röhling wrote: > I appreciate your concern for the implications for the Debian > ecosystem as a whole; in this particular case, I believe I can put > your mind at ease: cmake has a bootstrap profile already, because > dependency loops have co

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Simon McVittie
On Mon, 26 Dec 2022 at 14:00:31 +0100, Andrea Pappacoda wrote: > or patch zstd's makefiles to install a small Find > module itself (this is not really a good practice, as ideally upstreams > should install CMake Config files, but should work nonetheless). If you're considering patching zstd's make

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Peter Pentchev
On Mon, Dec 26, 2022 at 02:00:31PM +0100, Andrea Pappacoda wrote: > Il giorno lun 26 dic 2022 alle 08:37:51 +02:00:00, Peter Pentchev > ha scritto: > > In #1020403 there is a request to install the CMake build glue for > > the zstd library in its -dev package. I think that this is a good > > idea,

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Andrea Pappacoda
Il giorno lun 26 dic 2022 alle 08:37:51 +02:00:00, Peter Pentchev ha scritto: In #1020403 there is a request to install the CMake build glue for the zstd library in its -dev package. I think that this is a good idea, and I have a pretty much ready-for-uploading set of changes that do that. For t

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Timo Röhling
* Peter Pentchev [2022-12-26 08:37]: Hi, In #1020403 there is a request to install the CMake build glue for the zstd library in its -dev package. I think that this is a good idea, and I have a pretty much ready-for-uploading set of changes that do that. For the purposes of this discussion I hav

Re: Build libzstd using cmake; add a non-cmake build profile?

2022-12-26 Thread Peter Pentchev
On Mon, Dec 26, 2022 at 08:37:51AM +0200, Peter Pentchev wrote: > Hi, > > In #1020403 there is a request to install the CMake build glue for > the zstd library in its -dev package. I think that this is a good > idea, and I have a pretty much ready-for-uploading set of changes > that do that. For t

Build libzstd using cmake; add a non-cmake build profile?

2022-12-25 Thread Peter Pentchev
Hi, In #1020403 there is a request to install the CMake build glue for the zstd library in its -dev package. I think that this is a good idea, and I have a pretty much ready-for-uploading set of changes that do that. For the purposes of this discussion I have uploaded the proposed "switch to CMake