Julia language: update to a fresh version

Update julia and some of its dependencies

Split PCRE because a lot of packages depend on it and I am not sure we
want to test them in a hurry (and Julia specifies exact version).
This commit is contained in:
Michael Raskin
2012-08-02 17:48:36 +04:00
parent 4f972b793f
commit 901574fe8a
8 changed files with 154 additions and 179 deletions
@@ -4,10 +4,10 @@ let
usedLibExtension = if shared then ".so" else ".a";
in
stdenv.mkDerivation {
name = "liblapack-3.4.0";
name = "liblapack-3.4.1";
src = fetchurl {
url = "http://www.netlib.org/lapack/lapack-3.4.0.tgz";
sha256 = "1sf30v1ps5icg67dvw5sbx5yhypx13am470gqg2f7l04f3wrw4x7";
url = "http://www.netlib.org/lapack/lapack-3.4.1.tgz";
sha256 = "93b910f94f6091a2e71b59809c4db4a14655db527cfc5821ade2e8c8ab75380f";
};
propagatedBuildInputs = [ atlasMaybeShared ];