mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: jags: Switch to openblas.
* gnu/packages/statistics.scm (jags) [inputs]: Switch input dependency from lapack to openblas. [arguments]: Add configure flags. Change-Id: Iea0efef5c70a5284f6859c1424fd4523edcf2bac Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d400d88eb6
commit
d05e43a72e
1 changed files with 5 additions and 1 deletions
|
@ -180,9 +180,13 @@ (define-public jags
|
|||
(base32
|
||||
"0aa2w4g5057vn1qjp954s2kwxfmy1h7p5yn56fyi7sz9nmaq69gr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "--with-lapack=-lopenblas"
|
||||
"--with-blas=-lopenblas")))
|
||||
(home-page "https://mcmc-jags.sourceforge.net/")
|
||||
(native-inputs
|
||||
(list gfortran lapack))
|
||||
(list gfortran openblas))
|
||||
(synopsis "Gibbs sampler")
|
||||
(description "JAGS is Just Another Gibbs Sampler. It is a program for
|
||||
analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC)
|
||||
|
|
Loading…
Reference in a new issue