Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Nov 2020 16:14:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250812] math/openturns: fails to build with ceres-solver 2.0.0
Message-ID:  <bug-250812-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250812

            Bug ID: 250812
           Summary: math/openturns: fails to build with ceres-solver 2.0.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: jbeich@FreeBSD.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

I'm trying to update math/ceres-solver to 2.0.0 but math/openturns 1.15 fai=
ls
to build. After checking openturns upstream it seems the error was fixed by
https://github.com/openturns/openturns/commit/e4ab6ee5b65d which is part of=
 the
series of 33 commits, so I'm not sure it's safe to backport.

Can you update the port to 1.16rc1 ?

lib/src/Base/Optim/Ceres.cxx:111:59: error: no member named 'int32' in
namespace 'ceres'
    *mutable_parameter_block_sizes() =3D std::vector<ceres::int32>(1,
problem.getDimension());
                                                   ~~~~~~~^
lib/src/Base/Optim/Ceres.cxx:335:15: error: no member named
'num_linear_solver_threads' in 'ceres::Solver::Options'
      options.num_linear_solver_threads =3D
ResourceMap::GetAsUnsignedInteger("Ceres-num_linear_solver_threads");
      ~~~~~~~ ^

poudriere log: https://reviews.freebsd.org/P452

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250812-7788>