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>master
parent
1c827ef19e
commit
f5b1471796
|
@ -1588,7 +1588,7 @@ or an Ethernet connection.")
|
|||
(native-inputs
|
||||
`(("fortran" ,gfortran)))
|
||||
(inputs
|
||||
(list lapack))
|
||||
(list openblas))
|
||||
(home-page "https://github.com/stevengj/harminv")
|
||||
(synopsis "Harmonic inversion solver")
|
||||
(description
|
||||
|
|
Reference in New Issue