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:
Romain GARBAGE 2024-03-11 12:06:49 +01:00 committed by Ludovic Courtès
parent d400d88eb6
commit d05e43a72e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)