Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
15 Apr 2018 23:57:29
1.14.0
 |
jbeich  |
math/ceres-solver: unbreak OPENMP=off after r465555
$ make config
| |---------------------------- Threading support ---------------------------| |
| |+( ) OPENMP Parallel processing support via OpenMP | |
| |+(*) TBB Intel threading building blocks | |
====> You cannot select multiple options from the THREADS radio
=====> Only one of these must be defined: OPENMP TBB
Config is invalid. Re-edit? [Y/n] y |
26 Mar 2018 01:05:20
1.14.0
 |
jbeich  |
math/ceres-solver: update to 1.14.0
Changes: http://ceres-solver.org/version_history.html |
26 Mar 2018 01:05:06
1.13.0_4
 |
jbeich  |
math/ceres-solver: prefer OpenBLAS by default |
26 Mar 2018 01:04:52
1.13.0_3
 |
jbeich  |
math/ceres-solver: don't use libs from USES=blaslapack
According to Ceres installation documentation:
... one needs to be careful to turn off the threading inside OpenBLAS
as it conflicts with use of threads in Ceres.
math/openblas exposes single-threaded (USE_THREAD=0) version as -lopenblas
while multi-threaded (NUM_THREADS=8) version as -lopenblasp (p suffix). |
26 Mar 2018 01:03:29
1.13.0_2
 |
jbeich  |
math/ceres-solver: request BLAS flavor via environment
https://github.com/ceres-solver/ceres-solver/issues/355 |
10 Mar 2018 17:46:06
1.13.0_2
 |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
02 Jan 2018 16:49:24
1.13.0_1
 |
tcberner  |
New USES=eigen
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it
to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702 |
01 Jan 2018 13:42:55
1.13.0_1
 |
jbeich  |
Improve CMake style in my ports
- Convert to CMAKE_{ON,OFF} helpers
- Convert to _CMAKE_BOOL option helpers
- android-file-transfer: Share _CMAKE_BOOL via _IMPLIES
- Annotate types |
30 Nov 2017 15:50:34
1.13.0_1
 |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
10 Sep 2017 20:55:39
1.13.0_1
 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
13 Aug 2017 14:25:27
1.13.0
 |
jbeich  |
math/ceres-solver: pacify portlint after r447891 |
13 Aug 2017 14:24:08
1.13.0
 |
jbeich  |
math/ceres-solver: update to 1.13.0
Changes: http://ceres-solver.org/version_history.html |
01 Apr 2017 15:23:32
1.12.0_3
 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
03 Jan 2017 08:44:59
1.12.0_2
 |
jbeich  |
lang/gcc: clear BROKEN from consumers as 10.1 is past EOL
PR: 214863 |
21 Dec 2016 15:56:58
1.12.0_2
 |
amdmi3  |
- Mark BROKEN on FreeBSD 10.1
Approved by: portmgr blanket |
16 Dec 2016 05:08:09
1.12.0_2
 |
jbeich  |
Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR: 215192
Requested by: dim
Exp-run by: antoine
Approved by: antoine |
07 Dec 2016 13:24:57
1.12.0_1
 |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
06 Dec 2016 22:53:55
1.12.0
 |
jbeich  |
math/ceres-solver: update to 1.12.0
Changes: https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc4...1.12.0 |
23 Nov 2016 12:47:48
1.12.0.r4
 |
jbeich  |
math/ceres-solver: update to 1.12.0.r4
Changes: https://github.com/ceres-solver/ceres-solver/compare/c5c6f55...1.12.0rc4 |
20 Nov 2016 09:38:09
1.12.0.r2.3_1
 |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
13 Nov 2016 12:44:25
1.12.0.r2.3
 |
jbeich  |
math/ceres-solver: update to 1.12.0.r2.3
Changes: https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc1...c5c6f55 |
08 Nov 2016 03:54:30
1.12.0.r1_2
 |
jbeich  |
math/ceres-solver: unbreak OPENMP=off on 10.0+ i386
In file included from examples/helloworld.cc:36:
In file included from include/ceres/ceres.h:37:
In file included from include/ceres/autodiff_cost_function.h:132:
In file included from include/ceres/internal/autodiff.h:145:
include/ceres/jet.h:246:3: error: requested alignment is less than minimum
alignment of 4 for type 'Eigen::Matrix<double, 1, 1, kAlignHint>'
alignas(kAlignment) Eigen::Matrix<T, N, 1, kAlignHint> v;
^
include/ceres/internal/autodiff.h:232:34: note: in instantiation of template
class 'ceres::Jet<double, 1>' requested here
FixedArray<JetT, (256 * 7) / sizeof(JetT)> x(
^
include/ceres/autodiff_cost_function.h:211:53: note: in instantiation of member
function 'ceres::internal::AutoDiff<CostFunctor, double, 1, 0, 0, 0, 0, 0, 0, 0,
0, 0>::Differentiate' requested here
N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate(
^
examples/helloworld.cc:70:11: note: in instantiation of member function
'ceres::AutoDiffCostFunction<CostFunctor, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0,
0>::Evaluate' requested here
new AutoDiffCostFunction<CostFunctor, 1, 1>(new CostFunctor);
^
Tested by: cmp before.o after.o # GCC 4.8 / 6.2 |
18 Oct 2016 11:20:01
1.12.0.r1_1
 |
jbeich  |
Adjust TEST_WRKSRC for USES=[cq]make:outsource
Approved by: rakuco
Differential Revision: https://reviews.freebsd.org/D8274 |
16 Oct 2016 17:00:02
1.12.0.r1_1
 |
jbeich  |
math/ceres-solver: disable EIGENSPARSE by default like upstream
During configure stage the following
===============================================================
Enabling the use of Eigen as a sparse linear algebra library
for solving the nonlinear least squares problems. Enabling
this option results in an LGPL licensed version of
Ceres Solver as the Simplicial Cholesky factorization in Eigen
is licensed under the LGPL.
===============================================================
turns into
===============================================================
Disabling the use of Eigen as a sparse linear algebra library.
This does not affect the covariance estimation algorithm
which can still use the EIGEN_SPARSE_QR algorithm.
=============================================================== |
16 Oct 2016 00:15:07
1.12.0.r1
 |
jbeich  |
math/ceres-solver: minor sorting nit |
16 Oct 2016 00:03:35
1.12.0.r1
 |
jbeich  |
math/ceres-solver: oops, fix a typo |
15 Oct 2016 23:53:45
1.12.0.r1
 |
jbeich  |
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/ |