Re: WIP: About CMake v2

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: WIP: About CMake v2
Дата
Msg-id 20150829213631.GI2912@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: WIP: About CMake v2  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: WIP: About CMake v2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > On 2015-08-29 17:53:26 -0300, Alvaro Herrera wrote:
> >> Therefore, either we will not find any portability problems, or fixing
> >> upstream those we do find will not be terribly difficult.
> 
> > Well, the difference to know is that we can't resolve that relatively
> > quickly ourselves, but that it'd rather require $whoever installing a
> > new version of cmake...
> 
> Yup.  So one of the things we'd want to establish is what's the minimum
> version of cmake we're going to require, and which (hopefully old)
> platforms will we be leaving out in the cold with that?

Just for the record, in Debian land the versions shipped are thus:

oldoldstable (squeeze): 2.8.2 (has 2.8.9 available in squeeze-backports)
oldstable (wheezy): 2.8.9 (has 2.8.11 available in wheezy-backports)
stable (jessie): 3.0.2

VAX support was added in 2.8.11 (bug fixed in Oct. 2012).

I imagine that esoteric platforms are not going to have cmake at all and
are going to need their own installation anyway.  Not sure if that's
going to be more onerous than the requirement to install GNU make.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP: About CMake v2
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: to_json(NULL) should to return JSON null instead NULL