From 5ff0edaee6942a21d20624aade41a228932fb372 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 20 Jul 2015 11:12:31 +0200 Subject: gnu: julia: Update to 0.3.10. * gnu/packages/julia.scm (julia): Update to 0.3.10. * gnu/packages/patches/julia-0.3.10-fix-empty-array.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. --- gnu/packages/patches/julia-0.3.10-fix-empty-array.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gnu/packages/patches/julia-0.3.10-fix-empty-array.patch (limited to 'gnu/packages/patches') diff --git a/gnu/packages/patches/julia-0.3.10-fix-empty-array.patch b/gnu/packages/patches/julia-0.3.10-fix-empty-array.patch new file mode 100644 index 0000000000..b00f6549e3 --- /dev/null +++ b/gnu/packages/patches/julia-0.3.10-fix-empty-array.patch @@ -0,0 +1,13 @@ +See https://github.com/JuliaLang/julia/issues/11817 + +--- a/src/codegen.cpp 2015-06-24 12:44:31.218674066 +0200 ++++ b/src/codegen.cpp 2015-04-23 11:19:50.000000000 +0200 +@@ -4551,7 +4551,7 @@ + #ifdef V128_BUG + "-avx", + #endif +- }; ++ ""}; + SmallVector MAttrs(mattr, mattr+sizeof(mattr)/sizeof(mattr[0])); + EngineBuilder eb = EngineBuilder(engine_module) + .setEngineKind(EngineKind::JIT) -- cgit v1.2.3