gnu: harminv: Switch to openblas.

* gnu/packages/engineering.scm (harminv): Switch input dependency from
lapack to openblas.

Change-Id: Id6e85550f3559afde6732346e299486b3255cebe
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Romain GARBAGE 2024-03-11 12:07:16 +01:00 committed by Ludovic Courtès
parent 1c827ef19e
commit f5b1471796
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1588,7 +1588,7 @@ (define-public harminv
(native-inputs
`(("fortran" ,gfortran)))
(inputs
(list lapack))
(list openblas))
(home-page "https://github.com/stevengj/harminv")
(synopsis "Harmonic inversion solver")
(description