Search Criteria
Package Details: fuzzylite 6.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/fuzzylite.git (read-only, click to copy) |
---|---|
Package Base: | fuzzylite |
Description: | C++ fuzzy logic control library |
Upstream URL: | https://github.com/fuzzylite/fuzzylite |
Keywords: | library |
Licenses: | GPL3 |
Provides: | libfuzzylite.so |
Submitter: | bwrsandman |
Maintainer: | lmartinez-mirror |
Last Packager: | lmartinez-mirror |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-10 17:34 (UTC) |
Last Updated: | 2022-04-10 05:37 (UTC) |
Dependencies (2)
- gcc-libs (fastgcc, gccrs-libs-git, gcc-libs-git)
- cmake (cmake-git) (make)
Latest Comments
xcom commented on 2022-09-17 12:40 (UTC)
It's not building on the current Arch Linux. I had to delete " std::set_unexpected(unexpected_handler) " line from main.cpp .
fenuks commented on 2022-08-22 19:08 (UTC)
It doesn't build with newest gcc
It can be fixed by disabling Werror, or using this patch. https://github.com/fuzzylite/fuzzylite/pull/108
fenuks commented on 2020-08-06 20:44 (UTC)
Please add ARM platforms to PKGBUILD
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
(I had it compiled onaarch64
).Kicer commented on 2019-01-29 20:11 (UTC)
There is a missing '.' in cmake invocation.
MarcinWieczorek commented on 2017-10-17 17:08 (UTC)