Search Criteria
Package Details: nbis 5.0.0-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nbis.git (read-only, click to copy) |
|---|---|
| Package Base: | nbis |
| Description: | NIST Biometric Image Software |
| Upstream URL: | https://www.nist.gov/services-resources/software/nist-biometric-image-software-nbis |
| Keywords: | biometric nist |
| Licenses: | custom |
| Submitter: | xantares |
| Maintainer: | alexjorgef |
| Last Packager: | alexjorgef |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-07-25 19:16 (UTC) |
| Last Updated: | 2026-05-04 19:07 (UTC) |
Dependencies (2)
- libx11 (libx11-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Latest Comments
alexjorgef commented on 2026-05-04 19:22 (UTC) (edited on 2026-05-04 19:26 (UTC) by alexjorgef)
Added a fix with the
CMAKE_POLICY_VERSION_MINIMUMbuild variable, thanks for reporting.bobi commented on 2026-03-26 10:21 (UTC)
The build currently fails on
make configwith the following:Compatibility with CMake < 3.5 has been removed from CMake.Adding
export CMAKE_POLICY_VERSION_MINIMUM=3.5at the beginning of package() fixes it.alexjorgef commented on 2024-04-22 22:38 (UTC) (edited on 2024-06-17 23:44 (UTC) by alexjorgef)
The release version was bumped along with a patch to solve the linker/include error
marza commented on 2021-02-15 20:34 (UTC)
I'm getting this error, first when I tried to manually build, then again when I discovered this package:
Seems like there's some kind of linker or inclusion guard error in the code on NIST's side to me, did you have to modify some of the code for this to work?