Re: [Rpm-maint] [rpm-software-management/rpm] cmake minimum version requirement for rpm? (Discussion #2248)

2023-04-06 Thread Panu Matilainen
Ended up bumping it to 3.18 after running into enough more or less minor but nice stuff. That's as far as it can go though. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/discussions/2248#discussioncomment-5541159 You are receiving this

Re: [Rpm-maint] [rpm-software-management/rpm] cmake minimum version requirement for rpm? (Discussion #2248)

2023-01-03 Thread ニール・ゴンパ
I used 3.12 for popt because that's the minimum version with helper functions for easily creating the cmake config/version files for `find_package()`. I'm fine with this as the minimum for rpm too. (I was going to bump it anyway when I synced my improvements from popt into rpm  ) -- Reply

Re: [Rpm-maint] [rpm-software-management/rpm] cmake minimum version requirement for rpm? (Discussion #2248)

2022-10-31 Thread Panu Matilainen
Debian isn't exactly a prime target for rpm :smile: but for the record, it seems to be at 3.18.4 from 2020, which is probably newer than rpm can reasonably require. So that should be easily covered. In the meanwhile I realized rpm is already relying on at least >= 3.12 despite what our

Re: [Rpm-maint] [rpm-software-management/rpm] cmake minimum version requirement for rpm? (Discussion #2248)

2022-10-26 Thread Olivia Crain
Speaking with my [CBL-Mariner](https://github.com/microsoft/CBL-Mariner) distro maintainer hat on- no objections to having a floor of cmake 3.20. The lowest version of cmake we support in Mariner at this time is 3.21.4. -- Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] cmake minimum version requirement for rpm? (Discussion #2248)

2022-10-26 Thread Demi Marie Obenour
It should be possible to build on Debian stable. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/discussions/2248#discussioncomment-3967934 You are receiving this because you are subscribed to this thread. Message ID:

[Rpm-maint] [rpm-software-management/rpm] cmake minimum version requirement for rpm? (Discussion #2248)

2022-10-26 Thread Panu Matilainen
As we're moving to cmake in the next major release, here's a bit of a community poll: what would be a reasonable minimum version to require? Rpm is conservative in its requirements so it's not like we'd require a cmake from last week or even last year, but AIUI cmake is very different from