Codebase list rust-stfu8 / b039808
Revert "grep: disable simd" This reverts commit 35ed2f7edd139dd09c0c772b392a2dfc1cc5116e. Sylvestre Ledru 4 years ago
4 changed file(s) with 3 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
00 rust-grep (0.2.3-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Disable simd to get ripgrep in Debian buster
3 * Package grep 0.2.3 from crates.io using debcargo 2.3.1-alpha.0
43
5 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 27 Jun 2019 20:59:08 +0200
4 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 27 Jun 2019 20:53:59 +0200
65
76 rust-grep (0.2.3-1) unstable; urgency=medium
87
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 Sylvestre Ledru <sylvestre@debian.org>
2525 License: Unlicense or MIT
2626
2727 License: MIT
+0
-9
src/grep/debian/patches/disable-simd.diff less more
0 Index: grep/Cargo.toml
1 ===================================================================
2 --- grep.orig/Cargo.toml
3 +++ grep/Cargo.toml
4 @@ -59,4 +59,3 @@ version = "2.2.2"
5 [features]
6 avx-accel = ["grep-searcher/avx-accel"]
7 pcre2 = ["grep-pcre2"]
8 -simd-accel = ["grep-searcher/simd-accel"]
00 #force-pcre.diff
11
2 disable-simd.diff