/conan-eigen

Conan.io recipes for Eigen

Primary LanguagePythonMIT LicenseMIT

conan-eigen

conan-eigen image

Download Build status

Conan.io package for Eigen project

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

For Users: Use this package

Basic setup

$ conan install eigen/3.3.4@conan/stable

Project setup

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

[requires]
eigen/3.3.4@conan/stable

[generators]
txt
cmake

License

MIT License