~ruther/guix-local

ref: 5f37e56ba41edb1bd47b7b1663aea07078f943d2 guix-local/gnu/packages/patches/julia-0.3.10-fix-empty-array.patch -rw-r--r-- 431 bytes
5f37e56b — 宋文武 gnu: librsvg: Fix tests. 10 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
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<std::string, 4> MAttrs(mattr, mattr+sizeof(mattr)/sizeof(mattr[0]));
     EngineBuilder eb = EngineBuilder(engine_module)
         .setEngineKind(EngineKind::JIT)