From 8de3a578217b7804751bef033c409cf3537b44ea Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Mon, 7 Apr 2014 14:41:14 -0500 Subject: gnu: lapack: Build shared libraries * gnu/packages/maths.scm (lapack) [arguments]: Add -DBUILD_SHARED_LIBS to #:configure-flags --- gnu/packages/maths.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6082808497..351036159a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -191,6 +191,7 @@ output in text, PostScript, PDF or HTML.") `(#:modules ((guix build cmake-build-system) (guix build utils) (srfi srfi-1)) + #:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES") #:phases (alist-cons-before 'check 'patch-python (lambda* (#:key inputs #:allow-other-keys) -- cgit v1.2.3