mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 15:59:01 +08:00
da839ba61a
* [lapack-select] add port lapack-select to select the lapack implementation * move (!osx) check into lapack select * correct the platform selection logic so that clapack is not forced. added external as a feature. made a dummy project to find the external provided LAPACK * fix the oscx regression. Actually need to specify external dependency on OSX * rename port to lapack and use build-depends
26 lines
606 B
Plaintext
26 lines
606 B
Plaintext
Source: ceres
|
|
Version: 1.14.0
|
|
Port-Version: 8
|
|
Build-Depends: glog, eigen3
|
|
Homepage: https://github.com/ceres-solver/ceres-solver
|
|
Description: non-linear optimization package
|
|
|
|
Feature: lapack
|
|
Build-Depends: lapack
|
|
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
|