diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-07-17 12:04:04 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-07-17 12:04:04 +0200 |
commit | 2c0d8e0d099158cd5722286ecc166f7a2d416a01 (patch) | |
tree | fa27ae2b358330e76ba08bb56101985bda789669 | |
parent | 7b569b01d383592902461d997ea528b086e47b28 (diff) | |
download | patches-2c0d8e0d099158cd5722286ecc166f7a2d416a01.tar patches-2c0d8e0d099158cd5722286ecc166f7a2d416a01.tar.gz |
gnu: eigensoft: Do not refer to "lapacke" output.
* gnu/packages/bioinformatics.scm (eigensoft)[inputs]: Remove reference
to non-existing "lapacke" output.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 40a0cd24c1..b1596b6670 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1656,7 +1656,6 @@ data and settings.") (inputs `(("gsl" ,gsl) ("lapack" ,lapack) - ("lapack" ,lapack "lapacke") ("openblas" ,openblas) ("perl" ,perl) ("gfortran" ,gfortran "lib"))) |