vcpkg/ports/ceres/CONTROL
Don Venable 2601736b9d
[ceres] Added patch to add find_dependency() for suitesparse targets downstream (#11200)
* Added patch to add find_dependency() for suitesparse targets downstream

Should address / close microsoft/vcpkg#7556

* Bumped port version to -7

* Removed patch that uses vcpkg features for suitesparse and added
suitesparse detection logic in CeresConfig.cmake.in

* Changed configure options to detect features using `vcpkg_check_features()`

* Passed `${FEATURE_OPTIONS}` to `vcpkg_configure_cmake()`
2020-05-11 15:45:42 -07:00

25 lines
600 B
Plaintext

Source: ceres
Version: 1.14.0-7
Build-Depends: glog, eigen3
Homepage: https://github.com/ceres-solver/ceres-solver
Description: non-linear optimization package
Feature: lapack
Build-Depends: clapack (!osx)
Description: Use Lapack in Ceres
Feature: suitesparse
Build-Depends: ceres[lapack], suitesparse[core]
Description: SuiteSparse support for Ceres
Feature: cxsparse
Build-Depends: suitesparse[core]
Description: CXSparse support for Ceres
Feature: eigensparse
Description: Use of Eigen as a sparse linear algebra library in Ceres
Feature: tools
Build-Depends: gflags
Description: Ceres tools