mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-11 03:34:06 +02:00
gnu: Add gsl-static.
* gnu/packages/maths.scm (gsl-static): New variable.
This commit is contained in:
@@ -581,6 +581,15 @@ differential equations, linear algebra, Fast Fourier Transforms and random
|
||||
numbers.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
;; TODO: Merge back into the gsl package as a separate output.
|
||||
(define-public gsl-static
|
||||
(package/inherit gsl
|
||||
(name "gsl-static")
|
||||
(arguments
|
||||
`(,@(package-arguments gsl)
|
||||
#:configure-flags (list "--disable-shared")
|
||||
#:make-flags (list "CFLAGS=-fPIC")))))
|
||||
|
||||
(define-public sleef
|
||||
(package
|
||||
(name "sleef")
|
||||
|
||||
Reference in New Issue
Block a user