mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:19:07 +08:00
2601736b9d
* 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()`
25 lines
600 B
Plaintext
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
|