Port details |
- vexcl C++ vector expression template library for OpenCL/CUDA
- 1.4.3_2 devel =2 1.4.3_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-04-19 03:40:25
- Last Update: 2023-08-12 01:37:45
- Commit Hash: a2348ff
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/ddemidov/vexcl
- Description:
- VexCL is a vector expression template library for OpenCL/CUDA. It has been
created for ease of GPGPU development with C++. VexCL strives to reduce amount
of boilerplate code needed to develop GPGPU applications. The library provides
convenient and intuitive notation for vector arithmetic, reduction, sparse
matrix-vector products, etc. Multi-device and even multi-platform computations
are supported.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/vexcl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/vexcl
- pkg install vexcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vexcl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636828960
SHA256 (ddemidov-vexcl-1.4.3_GH0.tar.gz) = c9f2a429dc4454e69332cc8b7fbaa5adcd831bce1267fcc1f19e1c110d82deb8
SIZE (ddemidov-vexcl-1.4.3_GH0.tar.gz) = 425619
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- boost-libs>0 : devel/boost-libs
- opencl>0 : devel/opencl
- ocl-icd>0 : devel/ocl-icd
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- boost-libs>0 : devel/boost-libs
- opencl>0 : devel/opencl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_vexcl
- USES:
- cmake:testing localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.3_2 12 Aug 2023 01:37:45 |
Piotr Kubaj (pkubaj) |
devel/vexcl: allow to build without GCC |
1.4.3_1 13 Mar 2023 00:03:01 |
Piotr Kubaj (pkubaj) |
devel/vexcl: fix build without libomp
CMake Error at /usr/local/share/cmake/Modules/FindOpenMP.cmake:261
(try_compile):
Failed to generate test project build system.
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindOpenMP.cmake:537 (_OPENMP_GET_FLAGS)
CMakeLists.txt:207 (find_package) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.3_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.3_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.4.3 13 Nov 2021 21:59:25 |
Yuri Victorovich (yuri) |
devel/vexcl: Update 1.4.2 -> 1.4.3
Also add the test target.
Reported by: portscout |
1.4.2 27 Apr 2021 08:56:17 |
Yuri Victorovich (yuri) |
devel/vexcl: Update 1.4.1-120 -> 1.4.2 |
1.4.1.120 26 Apr 2021 18:55:51 |
Yuri Victorovich (yuri) |
devel/vexcl: Update 1.4.1 -> 1.4.1-120 which also fixes bug with boost includes
(see PR)
PR: 255416
Reported by: Thibault Payet <monwarez@mailoo.org> |
1.4.1_6 21 Apr 2021 07:10:26 |
Yuri Victorovich (yuri) |
devel/vexcl: Add build dependencies as run dependencies because this header-only
library expects them at run-time |
1.4.1_5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.1_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.1_5 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
1.4.1_4 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
1.4.1_3 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
1.4.1_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.4.1_2 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
1.4.1_1 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
1.4.1 19 Apr 2018 03:32:48 |
yuri |
New port: devel/vexcl: C++ vector expression template library for OpenCL/CUDA |