require 'buildsystems/cmake' class Abseil_cpp < CMake description 'Abseil Common Libraries C++' homepage 'https://abseil.io/' version '20250127.1' license 'Apache-2.0' compatibility 'all' source_url 'https://github.com/abseil/abseil-cpp.git' git_hashtag version binary_compression 'tar.zst' binary_sha256({ aarch64: 'a4f109d7d7bc78f3663934357e9885bc7e1fd6dd3210a6f2f0191d9172c9b3af', armv7l: 'a4f109d7d7bc78f3663934357e9885bc7e1fd6dd3210a6f2f0191d9172c9b3af', i686: '70a6a6737c7fd62da61050a1c51eb62b89009aa5b4884f02ec3be1cf20115517', x86_64: 'ba62e359590d23b9adce63d76e6ac338ec4fe436f7820df99bb388d1cdbfa1eb' }) depends_on 'gcc_lib' # R depends_on 'glibc' # R cmake_options '-DBUILD_SHARED_LIBS=ON' end