Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 12:46:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255416] devel/vexcl : Cannot use due to boost 1.66+ deprecated boost/uuid/sha1.hpp
Message-ID:  <bug-255416-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 255416
           Summary: devel/vexcl : Cannot use due to boost 1.66+ deprecated
                    boost/uuid/sha1.hpp
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: monwarez@mailoo.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

When including <vexcel/vexcel.hpp> we get an error since it try to include
<boost/uuid/sha1.hpp> which is located at <boost/uuid/detail/sha1.hpp>.

It is fixed in the upstream repository:
https://github.com/ddemidov/vexcl/commit/07828a586542b6e032eafa1a29e52ecb48=
5fd930

With that fix, we can use VexCL with Boost.Compute.

When using the OpenCL backend we got another error: it try to include
<CL/cl.hpp> which is deprecated and does not exist with the version of Open=
CL
in the port.
It should be <CL/opencl.hpp>

--=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-255416-7788>