Skip to content
Snippets Groups Projects
Commit 8de3a578 authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: lapack: Build shared libraries

* gnu/packages/maths.scm (lapack) [arguments]: Add -DBUILD_SHARED_LIBS to
  #:configure-flags
parent 2068f65c
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,7 @@ (define-public lapack ...@@ -191,6 +191,7 @@ (define-public lapack
`(#:modules ((guix build cmake-build-system) `(#:modules ((guix build cmake-build-system)
(guix build utils) (guix build utils)
(srfi srfi-1)) (srfi srfi-1))
#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES")
#:phases (alist-cons-before #:phases (alist-cons-before
'check 'patch-python 'check 'patch-python
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment