Re: [RFC] building postgres with meson - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [RFC] building postgres with meson
Date
Msg-id CA+hUKGJ1NC3ybqY297Yrdk0yUNOL-9sr=EaGckiz46aY8-2qaQ@mail.gmail.com
Whole thread Raw
In response to Re: [RFC] building postgres with meson  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Tue, Nov 16, 2021 at 8:23 AM Andres Freund <andres@anarazel.de> wrote:
> On 2021-11-15 14:11:25 -0500, Tom Lane wrote:
> > (In fact, unless somebody renews fossa/husky's
> > icc license, the three xlc animals will be an outright majority of
> > them, because wrasse and anole are the only other active animals with
> > non-mainstream compilers.)
>
> It should probably be doable to get somebody to run another icc animal. Icc is
> supported by meson, fwiw.

FWIW, in case someone is interested in bringing ICC back to the farm,
some light googling tells me that newer editions of "classic" ICC (as
opposed to "data parallel" ICC, parts of some kind of rebrand) no
longer require regular licence bureaucracy, and can be installed in
modern easier to maintain ways.  For example, I see that some people
add Intel's APT repository and apt-get install the compiler inside CI
jobs, on Ubuntu.



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Mixing CC and a different CLANG seems like a bad idea
Next
From: Robert Haas
Date:
Subject: Re: xlog.c: removing ReadRecPtr and EndRecPtr