Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Thompson, David
On Tue, Jun 14, 2016 at 8:04 AM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Tue, Jun 14, 2016 at 6:54 AM, Ricardo Wurmus >> wrote: >>> >>> David Thompson writes: >>> From: David Thompson * gnu/packages/boost.scm (boost)[arguments]: Extract build flags to #

Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Ludovic Courtès
"Thompson, David" skribis: > On Tue, Jun 14, 2016 at 6:54 AM, Ricardo Wurmus > wrote: >> >> David Thompson writes: >> >>> From: David Thompson >>> >>> * gnu/packages/boost.scm (boost)[arguments]: Extract build flags to >>> #:make-flags argument. >> >> If I understand correctly, this moves the

Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 07:41:31AM -0400, Thompson, David wrote: > On Tue, Jun 14, 2016 at 6:54 AM, Ricardo Wurmus > wrote: > > > > David Thompson writes: > > > >> From: David Thompson > >> > >> * gnu/packages/boost.scm (boost)[arguments]: Extract build flags to > >> #:make-flags argument. > >

Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Thompson, David
On Tue, Jun 14, 2016 at 6:54 AM, Ricardo Wurmus wrote: > > David Thompson writes: > >> From: David Thompson >> >> * gnu/packages/boost.scm (boost)[arguments]: Extract build flags to >> #:make-flags argument. > > If I understand correctly, this moves the let-bound “build-flags” to > regular make

Re: [PATCH] gnu: boost: Allow for customizable build flags.

2016-06-14 Thread Ricardo Wurmus
David Thompson writes: > From: David Thompson > > * gnu/packages/boost.scm (boost)[arguments]: Extract build flags to > #:make-flags argument. If I understand correctly, this moves the let-bound “build-flags” to regular make-flags and reuses the default mechanism for passing make-flags, right

[PATCH] gnu: boost: Allow for customizable build flags.

2016-06-13 Thread David Thompson
From: David Thompson * gnu/packages/boost.scm (boost)[arguments]: Extract build flags to #:make-flags argument. --- gnu/packages/boost.scm | 80 +- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/gnu/packages/boost.scm b/gnu/packag