Package Details: vexcl-git 20170418-5

Git Clone URL: https://aur.archlinux.org/vexcl-git.git (read-only, click to copy)
Package Base: vexcl-git
Description: a C++ vector expression template library for OpenCL/CUDA
Upstream URL: http://github.com/ddemidov/vexcl
Licenses: MIT
Conflicts: vexcl
Provides: vexcl
Submitter: Raedwulf
Maintainer: ddemidov
Last Packager: ddemidov
Votes: 3
Popularity: 0.000000
First Submitted: 2013-01-16 09:44 (UTC)
Last Updated: 2017-04-18 16:37 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

smradlev commented on 2015-07-10 11:02 (UTC)

Worked flawlessly. Thank you for the prompt fix!

ddemidov commented on 2015-07-10 04:55 (UTC)

> opencl.hpp is in vexcl/opencl.hpp, but backend.hpp searches for it in the wrong path under vexcl/backend/opencl.hpp This was actually a bug in PKGBUILD. All headers were erroneously put into a flat directory. Should be fixed in the latest update, and thanks for reporting!

smradlev commented on 2015-07-09 23:35 (UTC)

When compiling a vexcl-based code, I get the error below. opencl.hpp is in vexcl/opencl.hpp, but backend.hpp searches for it in the wrong path under vexcl/backend/opencl.hpp: In file included from /usr/include/vexcl/vexcl.hpp:34:0, from ... /usr/include/vexcl/backend.hpp:74:36: fatal error: vexcl/backend/opencl.hpp: No such file or directory compilation terminated.