Commit Graph

11 Commits

Author SHA1 Message Date
John Buonagurio
50309c8a89
[ceres] Add feature schur (#36792)
This small PR adds a default feature `schur` to control the
`SCHUR_SPECIALIZATIONS` option in Ceres. It remains on by default.

As described briefly in the
[documentation](http://ceres-solver.org/installation.html#options-controlling-ceres-configuration),
`SCHUR_SPECIALIZATIONS` enables some template specializations which
improve runtime performance of the `SPARSE_SCHUR` solver, but it
requires a large number of explicit instantiations and generates large
object files—large enough to require `/bigobj` in MSVC. This can cause
issues with some compilers particularly in constrained environments.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~~SHA512s are updated for each updated download.~~
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-27 00:44:07 -08:00
autoantwort
be97a60701
[cxsparse] fix feature cxsparse (#30126) 2023-03-13 11:51:46 -07:00
Aleksi Sapon
f648140dbc
[ceres] Fix missing iOS deployment target (#29432) 2023-02-03 18:36:30 -08:00
Adolfo Solis
9eb19776b0
[ceres] Use ceres without gflags for [arm-uwp] build (#26434)
* Use Cmake without gflash for UWP-ARM64 build

* Merge branch 'master' of https://github.com/Microsoft/vcpkg

* Update version database

* Added glog dependencie for not uwp platforms

* Formatted vcpkg.json

* Updated version

* Added MINIGLOG Feature in uwp

* Update version database

* Changed platform support for glog

* Update version database

Co-authored-by: Adolfo Solis <asolis@polyworksmexico.com>
2022-08-24 08:59:33 -07:00
Frank
dc2b45330b
[ceres]update SHA512 (#24156)
* update hash

* update version

* update feature cuda description

* overwrite version
2022-04-20 14:47:54 -07:00
Mengna Li
047278159c
[ceres] update to v2.1.0 (#23838)
* Update ceres to v2.1.0

* update

* fix build issue

* fix findpackage issue

* update

* update patch

* Add feature 'CUDA'

* update
2022-04-14 08:20:44 -07:00
Billy O'Neal
122bdbcec6
[ceres] Don't force C++14 on downstream customers. (#22983)
Resolves https://github.com/microsoft/vcpkg/issues/22980

https://github.com/microsoft/vcpkg/pull/12785 Added a set of `CMAKE_CXX_STANDARD` in this CMake config which accidentally overwrites higher versions. Upstream already has a `target_compile_options` to do this the Right Way.

This change:
* Deletes the offending attempt to set CMAKE_CXX_STANDARD. Downstream users that don't listen to the INTERFACE_COMPILE_FEATURES need to be patched locally.
* Modernizes to use vcpkg_cmake_Xxx.
* Removes attempt to fix up paths that already appears handled by `vcpkg_cmake_config_fixup`.
* Adds quotes.
2022-02-08 22:43:23 -08:00
nicole mazzuca
0e1dc12185
[rollup] Rollup PR 2021-07-16 (#19001)
* [rollup:2021-07-16 1/7] PR #18201 (@JackBoosY)

[vcpkg-cmake] Add check for unused cmake variables

* [rollup:2021-07-16 2/7] PR #18397 (@strega-nil)

[vcpkg_list] add new function

* [rollup:2021-07-16 3/7] PR #18782 (@strega-nil)

[scripts-audit] vcpkg_build_ninja

* [rollup:2021-07-16 4/7] PR #18784 (@strega-nil)

[scripts-audit] vcpkg_minimum_required

* [rollup:2021-07-16 5/7] PR #18785 (@strega-nil)

[scripts-audit] vcpkg_replace_string

* [rollup:2021-07-16 6/7] PR #18786 (@strega-nil)

[scripts-audit] windows scripts

* [rollup:2021-07-16 7/7] PR #18945 (@strega-nil)

[many ports] remove deprecated vcpkg_check_features call [1/5]

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-07-20 10:24:58 -07:00
Jack·Boos·Yu
fecd9f1449
[ceres] Fix static library path on Linux (#15362)
* [ceres] Fix static library path on Linux

* [ceres] Bump version

* update version record
2021-04-01 10:41:01 -07:00
ras0219
0e4d6f084f
[ceres] Mark all dependencies REQUIRED (#15802)
* [ceres] Mark all dependencies REQUIRED

* [suitesparse] Fix FindCXSparse.cmake

* [ceres] Add version to db

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-22 12:25:40 -08:00
nicole mazzuca
68a74950d0
[vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00