Skip to content

Commit

Permalink
Merge pull request #89270 from GTrunSec/julia-lapack
Browse files Browse the repository at this point in the history
julia_13: fix julia_13 missing Lib of lapack.
  • Loading branch information
7c6f434c authored Jun 11, 2020
2 parents f86167f + ce5d228 commit d65bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/julia/1.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d65bcef

Please sign in to comment.