Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

conan-community/conan-abseil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conan Abseil

Download Build Status Build status

Conan.io builder for abseil project.

The packages generated with this conanfile.py can be found in Bintray.

Builder Package

Abseil has Conan supported, however its CI infrastructure is in review. Meanwhile, Conan Community will provide a minimal infrastructure only to build Conan packages. This project shall be DEPRECATED in the future, when Abseil will provide its own official package.

Package Version

Since Abseil prefer to adopt "bleeding-edge" flavor, our releases will be created by date (YYYYMMDD). The commit id does not help when you want to sort in a package search.

Basic setup

$ conan install abseil/20190122@conan/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt:

[requires]
abseil/20190122@conan/stable

[generators]
txt
cmake

License

MIT License