notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/ceres-solver/pkg-plist

Number of commits found: 8

Monday, 2 Oct 2023
17:01 Thierry Thomas (thierry) search for other commits by this committer
math/ceres-solver: upgrade to 2.2.0rc1 and unbreak

Remove the patches. All tests pass.

PR:		274200
Approved by:	yuri (maintainer)
commit hash: b736288ff0e0aec0932ed931017bc8170c43b502 commit hash: b736288ff0e0aec0932ed931017bc8170c43b502 commit hash: b736288ff0e0aec0932ed931017bc8170c43b502 commit hash: b736288ff0e0aec0932ed931017bc8170c43b502 b736288f
Tuesday, 12 Jul 2022
17:13 Yuri Victorovich (yuri) search for other commits by this committer
math/ceres-solver: Update 2.0.0 -> 2.1.0

Bump 3 ports.
commit hash: 09928f1e65638a05d2598d24fa9552f08eeedd2b commit hash: 09928f1e65638a05d2598d24fa9552f08eeedd2b commit hash: 09928f1e65638a05d2598d24fa9552f08eeedd2b commit hash: 09928f1e65638a05d2598d24fa9552f08eeedd2b 09928f1
Thursday, 20 May 2021
16:14 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/ceres-solver: Fix PLIST with glog 0.5.0

- Add BUILD_DEPENDS to ensure glog 0.5.0+
- Bump PORTREVISION for package change

In aac990618e17966d1b5865526efd9c89332701fe, glog changed to cmake and provided
its own cmake module, therefore ceres-solver does not install its glog-detection
cmake module [1].

from CMakeLists.txt [1]:
762 if (GLOG_FOUND AND NOT FOUND_INSTALLED_GLOG_CMAKE_CONFIGURATION)
763   # Version of glog detected was not built with CMake, install our glog
module
764   # file to enable detection in CeresConfig.
765   install(FILES "${Ceres_SOURCE_DIR}/cmake/FindGlog.cmake"
766           DESTINATION ${RELATIVE_CMAKECONFIG_INSTALL_DIR})
767 endif()

Reported by:	thierry
commit hash: 2d3698b772949fbd4c3434d2ac2020ca033df9b2 commit hash: 2d3698b772949fbd4c3434d2ac2020ca033df9b2 commit hash: 2d3698b772949fbd4c3434d2ac2020ca033df9b2 commit hash: 2d3698b772949fbd4c3434d2ac2020ca033df9b2 2d3698b
Wednesday, 4 Nov 2020
01:05 jbeich search for other commits by this committer
math/ceres-solver: update to 2.0.0

Changes:	https://github.com/ceres-solver/ceres-solver/compare/1.14.0...2.0.0
Reported by:	Repology
Original commitRevision:554044 
Monday, 26 Mar 2018
01:05 jbeich search for other commits by this committer
math/ceres-solver: update to 1.14.0

Changes:	http://ceres-solver.org/version_history.html
Original commitRevision:465555 
Wednesday, 23 Nov 2016
12:47 jbeich search for other commits by this committer
math/ceres-solver: update to 1.12.0.r4

Changes:	https://github.com/ceres-solver/ceres-solver/compare/c5c6f55...1.12.0rc4
Original commitRevision:426913 
Sunday, 13 Nov 2016
12:44 jbeich search for other commits by this committer
math/ceres-solver: update to 1.12.0.r2.3

Changes:	https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc1...c5c6f55
Original commitRevision:426043 
Saturday, 15 Oct 2016
23:53 jbeich search for other commits by this committer
math/ceres-solver: add new port

Based on:	Gentoo (1.11.0 ebuild)
Tested on:	graphics/openmvg from @outpaddling's repo (build on 10.3 amd64)

Ceres Solver is an open source C++ library for modeling and solving
large, complicated optimization problems. It is a feature rich, mature
and performant library which has been used in production at Google
since 2010. Ceres Solver can solve two kinds of problems.

1. Non-linear Least Squares problems with bounds constraints.
2. General unconstrained optimization problems.

http://ceres-solver.org/
Original commitRevision:424034 

Number of commits found: 8