gnu: lapack: Build shared libraries

* gnu/packages/maths.scm (lapack) [arguments]: Add -DBUILD_SHARED_LIBS to
  #:configure-flags
This commit is contained in:
Eric Bavier 2014-04-07 14:41:14 -05:00
parent 2068f65cc4
commit 8de3a57821

View file

@ -191,6 +191,7 @@ (define-public lapack
`(#: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)