From ffa78a2d0ef4d6612c3e4d716d97167e3c92a4e8 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Thu, 18 Apr 2024 15:10:06 +0200 Subject: gnu: armadillo: Enable LAPACK support. * gnu/packages/maths.scm (armadillo)[arguments]: Add OPENBLAS_PROVIDES_LAPACK option to 'configure-flags'. Change-Id: I872520620c921d0ab1fef8f6e5812da12cee031b --- gnu/packages/maths.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index cc42ce7902..361f2f7b68 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -48,7 +48,7 @@ ;;; Copyright © 2021, 2022 Paul A. Patience ;;; Copyright © 2021 Ivan Gankevich ;;; Copyright © 2021 Jean-Baptiste Volatier -;;; Copyright © 2021, 2023 Guillaume Le Vaillant +;;; Copyright © 2021, 2023, 2024 Guillaume Le Vaillant ;;; Copyright © 2021 Pierre-Antoine Bouttier ;;; Copyright © 2022 Zhu Zihao ;;; Copyright © 2022 Sharlatan Hellseher @@ -4993,7 +4993,9 @@ (define-public armadillo (base32 "15zkvjbdxiiazhvh0g6y0ig9pgc4rvwnzplmnkx9dffz4xfn69w1")))) (build-system cmake-build-system) - (arguments `(#:tests? #f)) ; no test target + (arguments + `(#:tests? #f ; no test target + #:configure-flags '("-DOPENBLAS_PROVIDES_LAPACK=ON"))) (inputs (list openblas arpack-ng)) (home-page "https://arma.sourceforge.net/") -- cgit v1.2.3