diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-24 20:52:40 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-26 11:54:44 +0900 |
commit | c8ff4e93fcb157434b5ad5cd4d8895da6f7e96a6 (patch) | |
tree | 94e44cb6cf9d0427aacac8f932a79c4bf57a602a /gnu/packages/patches/fuzzylite-relative-path-in-tests.patch | |
parent | 495a8de637079adde42fd844fe45f339af6a86b5 (diff) |
gnu: fuzzylite: Update to 6.0-0.13b3122.
* gnu/packages/games.scm (fuzzylite): Update to 6.0-0.13b3122.
[source]: Delete patches.
[native-inputs]: Replace catch2 with catch2-3.
[license]: Correct to gpl3+.
* gnu/packages/patches/fuzzylite-relative-path-in-tests.patch
* gnu/packages/patches/fuzzylite-soften-float-equality.patch
* gnu/packages/patches/fuzzylite-use-catch2.patch: Delete patches.
* gnu/local.mk (dist_patch_DATA): De-register them.
Change-Id: Ibe4ebf94b1b9011fbbd161cdfac3786bd6eb184d
Diffstat (limited to 'gnu/packages/patches/fuzzylite-relative-path-in-tests.patch')
-rw-r--r-- | gnu/packages/patches/fuzzylite-relative-path-in-tests.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/fuzzylite-relative-path-in-tests.patch b/gnu/packages/patches/fuzzylite-relative-path-in-tests.patch deleted file mode 100644 index 1a03238246..0000000000 --- a/gnu/packages/patches/fuzzylite-relative-path-in-tests.patch +++ /dev/null @@ -1,15 +0,0 @@ -Workaround https://github.com/fuzzylite/fuzzylite/issues/85 - -diff --git a/fuzzylite/test/BenchmarkTest.cpp b/fuzzylite/test/BenchmarkTest.cpp -index f868ec29..464d394d 100644 ---- a/fuzzylite/test/BenchmarkTest.cpp -+++ b/fuzzylite/test/BenchmarkTest.cpp -@@ -30,7 +30,7 @@ namespace fl { - } - - TEST_CASE("Benchmarks from FLD files", "[benchmark][fld]") { -- std::string path = "../../examples/"; -+ std::string path = "../examples/"; - typedef std::pair<std::string, int > Example; - std::vector<Example> examples; - examples.push_back(Example("mamdani/AllTerms", int(1e4))); |