Package: fuzzylite / 6.0+dfsg-6
Metadata
| Package | Version | Patches format | 
|---|---|---|
| fuzzylite | 6.0+dfsg-6 | 3.0 (quilt) | 
Patch series
view the series file| Patch | File delta | Description | 
|---|---|---|
| reproducible.patch | (download) | 
              fuzzylite/fl/fuzzylite.h |
                    2 	1 +	1 -	0 !  | 
          avoid __file__ to make the build reproducible  | 
        
| fix tests.patch | (download) | 
              fuzzylite/test/BenchmarkTest.cpp |
                   21 	0 +	21 -	0 !  | 
          fix tests  | 
        
| fix tests2.patch | (download) | 
              fuzzylite/CMakeLists.txt |
                    2 	2 +	0 -	0 !  | 
          replace catch with catch2 and require c++11 for tests  | 
        
| when testing large float numbers for equ.patch | (download) | 
              fuzzylite/test/BenchmarkTest.cpp |
                   12 	11 +	1 -	0 !  | 
          when testing large float numbers for equality, use a larger epsilon  | 
        
| 0001 fuzzylite src main.cpp support building with gcc 12.patch | (download) | 
              fuzzylite/src/main.cpp |
                    1 	0 +	1 -	0 !  | 
          [patch] fuzzylite/src/main.cpp: support building with gcc-12 * std::set_unexpected() is removed in c++17 * We build with -Wall -Wextra -Werror and with gcc-12, using std::set_unexpected will trigger the warning due to -Werror=deprecated-declarations which in turn is treated as an error and makes the build fail.  | 
        
