mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
e03ee9cace
* [ceres, zziplib] fixes for building on non-windows systems * [jxrlib, zziplib] other fixes for non-windows systems * [zziplib] fix CMakeLists.txt for non win32 platforms, there were missing exported headers * [ceres] Fix targets path * [ceres] Fix typo * [ceres] trigger CI build * [ceres] use proper glog/gflags targets
25 lines
598 B
Plaintext
25 lines
598 B
Plaintext
Source: ceres
|
|
Version: 1.14.0-3
|
|
# eigen is always required by CMake, even if it isn't used.
|
|
Build-Depends: glog, eigen3
|
|
Description: non-linear optimization package
|
|
|
|
Feature: lapack
|
|
Build-Depends: clapack
|
|
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
|