A small note on the portability of cmake

Поиск
Список
Период
Сортировка
От Tom Lane
Тема A small note on the portability of cmake
Дата
Msg-id 20660.1547916592@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: A small note on the portability of cmake  (Jesse Zhang <sbjesse@gmail.com>)
Список pgsql-hackers
I tried to build cmake on OpenBSD running on my old HPPA hardware,
not because I cared about cmake per se but because it's a dependency
of something I did care about.  Failed miserably.  It turns out cmake has
a hard dependency on libuv which (a) has a hard dependency on atomic ops
and (b) according to its own docs, doesn't really care about any
platforms other than Linux/macOS/Windows and maybe FreeBSD.  It looks
to me like switching to that toolchain would greatly constrict our
ability to build on non-mainstream platforms, simply because the tools
themselves fail to build.

Just sayin' ...

            regards, tom lane


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] REINDEX CONCURRENTLY 2.0
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_stat_statements vs. SELECT FOR UPDATE