aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2014-04-07 14:41:14 -0500
committerEric Bavier <bavier@member.fsf.org>2014-04-07 14:44:57 -0500
commit8de3a578217b7804751bef033c409cf3537b44ea (patch)
treeb6c988fc41ed8cdd8e4562c9e191d53bc2f808d4 /gnu
parent2068f65cc41a91326ddeaad430d8c7b43e93cc14 (diff)
downloadguix-8de3a578217b7804751bef033c409cf3537b44ea.tar
guix-8de3a578217b7804751bef033c409cf3537b44ea.tar.gz
gnu: lapack: Build shared libraries
* gnu/packages/maths.scm (lapack) [arguments]: Add -DBUILD_SHARED_LIBS to #:configure-flags
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm1
1 files changed, 1 insertions, 0 deletions
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)