3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #5853 from garrison/julia-enable-tests

Enable tests for Julia 0.3.X
This commit is contained in:
Peter Simons 2015-01-19 18:27:52 +01:00
commit 59f107dd5d

View file

@ -140,6 +140,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
checkTarget = "testall";
meta = {
description = "High-level performance-oriented dynamical language for technical computing";
homepage = "http://julialang.org/";