diff options
Diffstat (limited to 'ports/ceres')
| -rw-r--r-- | ports/ceres/0003_fix_exported_ceres_config.patch | 2 | ||||
| -rw-r--r-- | ports/ceres/CONTROL | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ceres/0003_fix_exported_ceres_config.patch b/ports/ceres/0003_fix_exported_ceres_config.patch index 071ad0ad1..9b02e9963 100644 --- a/ports/ceres/0003_fix_exported_ceres_config.patch +++ b/ports/ceres/0003_fix_exported_ceres_config.patch @@ -89,7 +89,7 @@ index d0380de..55760a8 100644 -endif (CERES_USES_MINIGLOG) +#SuiteSparse +if (@SUITESPARSE@) -+ find_dependency(suitesparse CONFIG REQUIRED) ++ find_dependency(suitesparse CONFIG) +endif() # Import exported Ceres targets, if they have not already been imported. diff --git a/ports/ceres/CONTROL b/ports/ceres/CONTROL index 5870df378..5fb8186ad 100644 --- a/ports/ceres/CONTROL +++ b/ports/ceres/CONTROL @@ -1,6 +1,6 @@ Source: ceres Version: 1.14.0 -Port-Version: 9 +Port-Version: 10 Build-Depends: glog, eigen3 Homepage: https://github.com/ceres-solver/ceres-solver Description: non-linear optimization package |
