Merge pull request #89270 from GTrunSec/julia-lapack

julia_13: fix julia_13 missing Lib of lapack.
This commit is contained in:
Michael Raskin 2020-06-11 14:38:16 +00:00 committed by GitHub
commit d65bcef36d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ stdenv.mkDerivation rec {
LD_LIBRARY_PATH = makeLibraryPath [
arpack fftw fftwSinglePrec gmp libgit2 mpfr blas openlibm
openspecfun pcre2
openspecfun pcre2 lapack
];
enableParallelBuilding = true;