Package Details: hopscotch-map 2.4.0-1

Git Clone URL: https://aur.archlinux.org/hopscotch-map.git (read-only, click to copy)
Package Base: hopscotch-map
Description: C++ implementation of a fast hash map and hash set using hopscotch hashing
Upstream URL: https://github.com/Tessil/hopscotch-map
Licenses: MIT
Submitter: adrien1018
Maintainer: adrien1018
Last Packager: adrien1018
Votes: 3
Popularity: 0.000005
First Submitted: 2021-10-04 10:25 (UTC)
Last Updated: 2025-12-18 08:18 (UTC)

Dependencies (1)

Required by (2)

Sources (1)

Latest Comments

slot commented on 2025-09-20 19:28 (UTC)

Failed to build:

CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.

Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.

Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...