Re: [PATCH] gnu: lapack: Build the LAPACKE library.

2016-06-03 Thread Thompson, David
On Fri, May 27, 2016 at 1:55 PM, Eric Bavier wrote: > On 2016-05-27 12:08, Leo Famulari wrote: >> >> On Wed, May 25, 2016 at 09:52:05AM -0400, David Thompson wrote: >>> >>> From: David Thompson >>> >>> * gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON". >> >> >> Builds for me on x86

Re: [PATCH] gnu: lapack: Build the LAPACKE library.

2016-05-27 Thread Eric Bavier
On 2016-05-27 12:08, Leo Famulari wrote: On Wed, May 25, 2016 at 09:52:05AM -0400, David Thompson wrote: From: David Thompson * gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON". Builds for me on x86_64. How much does this add to the size of the lapack package? Would we want

Re: [PATCH] gnu: lapack: Build the LAPACKE library.

2016-05-27 Thread Leo Famulari
On Wed, May 25, 2016 at 09:52:05AM -0400, David Thompson wrote: > From: David Thompson > > * gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON". Builds for me on x86_64.

[PATCH] gnu: lapack: Build the LAPACKE library.

2016-05-25 Thread David Thompson
From: David Thompson * gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON". --- gnu/packages/maths.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 19ed44f..c844db2 100644 --- a/gnu/packages/maths.scm +++ b