mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
1c827ef19e
commit
f5b1471796
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue