Search Criteria
Package Details: entropy-assessment 1.1.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/entropy-assessment.git (read-only, click to copy) |
|---|---|
| Package Base: | entropy-assessment |
| Description: | C++ implementation of the NIST Special Publication 800-90B |
| Upstream URL: | https://github.com/usnistgov/SP800-90B_EntropyAssessment |
| Licenses: | custom:public-domain |
| Submitter: | iyanmv |
| Maintainer: | iyanmv |
| Last Packager: | iyanmv |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-05-12 16:32 (UTC) |
| Last Updated: | 2024-07-15 08:10 (UTC) |
Dependencies (5)
- bzip2 (bzip2-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libdivsufsortAUR
- mpfr (mpfr-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-aegisAUR)
Latest Comments
iyanmv commented on 2026-02-13 10:40 (UTC)
antoniovazquez: exactly, your issue is with
libdivsufsort. Build that manually by adding the patch you suggested here, and then you will be able to build this PKGBUILD without issues.iyanmv commented on 2026-02-13 10:29 (UTC)
antoniovazquez: this package does not use CMake. The error you are seeing is probably from trying to build some of its dependencies. If you hadn't truncate the error message you would have seen.
antoniovazquez commented on 2026-02-13 10:23 (UTC)
Package does not compile due to CMake minimum version support:
It would be convinient to patch.
Thanks!