Re: [arch-dev-public] Arch Linux Docker / Vagrant: Current situation

2018-03-11 Thread Pierre Schmitz
Thanks for digging this up again. You may use the github issue or project system to plan the different steps. Also (and please don't get it the wrong way) let's keep the purpose I intended for our Docker image intact. Greetings, Pierre On Mon, Mar 12, 2018 at 12:01 AM, Santiago Torres-Arias via

Re: [arch-dev-public] Arch Linux Docker / Vagrant: Current situation

2018-03-11 Thread Santiago Torres-Arias via arch-dev-public
On Fri, Mar 09, 2018 at 09:46:48PM +0100, Bartłomiej Piotrowski via arch-dev-public wrote: > On 2018-01-29 20:29, Pierre Schmitz wrote: > > * I did not look into the details of how we exactly need to proceed > > with making an "official" image. A few pull requests or some kind of > > setp-by-step

Re: [arch-dev-public] RFC: Dropping -DCMAKE_BUILD_TYPE from packages using cmake

2018-03-11 Thread Antonio Rojas via arch-dev-public
El domingo, 11 de marzo de 2018 21:58:16 (CET) Eli Schwartz via arch-dev-public escribió: > I know repository PKGBUILDs are typically built in a clean chroot, so > cached builds make no difference there, but then neither do unquoted > srcdir/pkgdir. It is still not helpful to people who e.g.

Re: [arch-dev-public] RFC: Dropping -DCMAKE_BUILD_TYPE from packages using cmake

2018-03-11 Thread Eli Schwartz via arch-dev-public
On 03/11/2018 05:00 AM, Antonio Rojas via arch-dev-public wrote: > This is very poorly documented, so you have to dig into the cmake > code to figure it out. The default build type is None, which means > CMAKE_C(XX)_FLAGS is used (see > /usr/share/cmake-3.10/Modules/CMakeCInformation.cmake:117),

Re: [arch-dev-public] RFC: Dropping -DCMAKE_BUILD_TYPE from packages using cmake

2018-03-11 Thread Antonio Rojas via arch-dev-public
El domingo, 11 de marzo de 2018 19:11:13 (CET) Bartłomiej Piotrowski via arch-dev-public escribió: > Sounds good. I'm also surprised that it's how it works, honestly. Are > LDFLAGS taken into account regardless of CMAKE_BUILD_TYPE? Will there a > to do list to track the progress? > Yes, linker

Re: [arch-dev-public] RFC: Dropping -DCMAKE_BUILD_TYPE from packages using cmake

2018-03-11 Thread Bartłomiej Piotrowski via arch-dev-public
On 2018-03-10 11:34, Antonio Rojas via arch-dev-public wrote: > Hi, > Currently most of our packages which use the cmake build system are built > with -DCMAKE_BUILD_TYPE=Release. This provides a reasonable (according to > upstream) set of C(XX)FLAGS defaults which are appended to and override

Re: [arch-dev-public] RFC: Dropping -DCMAKE_BUILD_TYPE from packages using cmake

2018-03-11 Thread Antonio Rojas via arch-dev-public
El domingo, 11 de marzo de 2018 1:44:07 (CET) Eli Schwartz via arch-dev-public escribió: > > This theoretically sounds like a fantastic idea, but I'm not really sure > what CMake's deal with build flags are in the first place. What is the > default build type, and does CMake even look at build

Re: [arch-dev-public] RFC: Dropping -DCMAKE_BUILD_TYPE from packages using cmake

2018-03-11 Thread Antonio Rojas via arch-dev-public
El sábado, 10 de marzo de 2018 14:34:16 (CET) Bruno Pagani via arch-dev-public escribió: > As long as you accept exceptions to this (I have scientific stuff in > mind, like NetCDF — currently not built with CMake but will be in next > release), I’m fine with this. This is just about stopping