Date: Sun, 2 May 2021 00:13:14 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: Yuri Victorovich <yuri@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: ac2602798834 - main - New port: math/flopc++: Library for solving Linear Optimization Problems in C++ Message-ID: <5612c268-ab5f-cced-9b96-50364ccad371@pfeifer.com> In-Reply-To: <202104301946.13UJk41r064188@gitrepo.freebsd.org> References: <202104301946.13UJk41r064188@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 30 Apr 2021, Yuri Victorovich wrote: > New port: math/flopc++: Library for solving Linear Optimization Problems in C++ --- > +USE_GCC= any # clang breaks: no matching conversion for functional-style cast from 'const flopc::SUBSETREF' to 'flopc::MP_domain' https://github.com/coin-or/FlopCpp/issues/28 Did you test this with GCC 4.2? If not (and in general), please use USE_GCC=yes, not USE_GCC=any. Mk/bsd.gcc.mk covers that and I had an update to strengthen that even further, which I lost (in a fight with Git) but will try to recreate. Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5612c268-ab5f-cced-9b96-50364ccad371>