1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 16:25:54 +02:00

gnu: eigensoft: Do not refer to "lapacke" output.

* gnu/packages/bioinformatics.scm (eigensoft)[inputs]: Remove reference
  to non-existing "lapacke" output.
This commit is contained in:
Ricardo Wurmus
2016-07-17 12:04:04 +02:00
parent 7b569b01d3
commit 2c0d8e0d09
-1
View File
@@ -1656,7 +1656,6 @@ data and settings.")
(inputs
`(("gsl" ,gsl)
("lapack" ,lapack)
("lapack" ,lapack "lapacke")
("openblas" ,openblas)
("perl" ,perl)
("gfortran" ,gfortran "lib")))