notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
vexcl C++ vector expression template library for OpenCL/CUDA
1.4.3_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.4.3_2Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-04-19 03:40:25
Last Update: 2023-08-12 01:37:45
Commit Hash: a2348ff
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (114 items)
Collapse this list.
  1. /usr/local/share/licenses/vexcl-1.4.3_2/catalog.mk
  2. /usr/local/share/licenses/vexcl-1.4.3_2/LICENSE
  3. /usr/local/share/licenses/vexcl-1.4.3_2/MIT
  4. include/vexcl/backend.hpp
  5. include/vexcl/backend/common.hpp
  6. include/vexcl/backend/compute.hpp
  7. include/vexcl/backend/compute/compiler.hpp
  8. include/vexcl/backend/compute/context.hpp
  9. include/vexcl/backend/compute/device_vector.hpp
  10. include/vexcl/backend/compute/error.hpp
  11. include/vexcl/backend/compute/event.hpp
  12. include/vexcl/backend/compute/filter.hpp
  13. include/vexcl/backend/compute/image.hpp
  14. include/vexcl/backend/compute/kernel.hpp
  15. include/vexcl/backend/compute/svm_vector.hpp
  16. include/vexcl/backend/cuda.hpp
  17. include/vexcl/backend/cuda/compiler.hpp
  18. include/vexcl/backend/cuda/context.hpp
  19. include/vexcl/backend/cuda/csr.inl
  20. include/vexcl/backend/cuda/cusparse.hpp
  21. include/vexcl/backend/cuda/device_vector.hpp
  22. include/vexcl/backend/cuda/error.hpp
  23. include/vexcl/backend/cuda/event.hpp
  24. include/vexcl/backend/cuda/filter.hpp
  25. include/vexcl/backend/cuda/hybrid_ell.inl
  26. include/vexcl/backend/cuda/kernel.hpp
  27. include/vexcl/backend/cuda/source.hpp
  28. include/vexcl/backend/cuda/svm_vector.hpp
  29. include/vexcl/backend/cuda/texture_object.hpp
  30. include/vexcl/backend/jit.hpp
  31. include/vexcl/backend/jit/compiler.hpp
  32. include/vexcl/backend/jit/context.hpp
  33. include/vexcl/backend/jit/device_vector.hpp
  34. include/vexcl/backend/jit/event.hpp
  35. include/vexcl/backend/jit/filter.hpp
  36. include/vexcl/backend/jit/kernel.hpp
  37. include/vexcl/backend/jit/source.hpp
  38. include/vexcl/backend/opencl.hpp
  39. include/vexcl/backend/opencl/compiler.hpp
  40. include/vexcl/backend/opencl/context.hpp
  41. include/vexcl/backend/opencl/defines.hpp
  42. include/vexcl/backend/opencl/device_vector.hpp
  43. include/vexcl/backend/opencl/error.hpp
  44. include/vexcl/backend/opencl/event.hpp
  45. include/vexcl/backend/opencl/filter.hpp
  46. include/vexcl/backend/opencl/image.hpp
  47. include/vexcl/backend/opencl/kernel.hpp
  48. include/vexcl/backend/opencl/source.hpp
  49. include/vexcl/backend/opencl/svm_vector.hpp
  50. include/vexcl/cache.hpp
  51. include/vexcl/cast.hpp
  52. include/vexcl/constant_address_space.hpp
  53. include/vexcl/constants.hpp
  54. include/vexcl/detail/backtrace.hpp
  55. include/vexcl/detail/fusion.hpp
  56. include/vexcl/devlist.hpp
  57. include/vexcl/element_index.hpp
  58. include/vexcl/enqueue.hpp
  59. include/vexcl/eval.hpp
  60. include/vexcl/external/boost_compute.hpp
  61. include/vexcl/external/clogs.hpp
  62. include/vexcl/external/viennacl.hpp
  63. include/vexcl/fft.hpp
  64. include/vexcl/fft/kernels.hpp
  65. include/vexcl/fft/plan.hpp
  66. include/vexcl/fft/unrolled_dft.hpp
  67. include/vexcl/function.hpp
  68. include/vexcl/gather.hpp
  69. include/vexcl/generator.hpp
  70. include/vexcl/image.hpp
  71. include/vexcl/logical.hpp
  72. include/vexcl/mba.hpp
  73. include/vexcl/multi_array.hpp
  74. include/vexcl/multivector.hpp
  75. include/vexcl/operations.hpp
  76. include/vexcl/profiler.hpp
  77. include/vexcl/random.hpp
  78. include/vexcl/random/philox.hpp
  79. include/vexcl/random/threefry.hpp
  80. include/vexcl/reduce_by_key.hpp
  81. include/vexcl/reductor.hpp
  82. include/vexcl/scan.hpp
  83. include/vexcl/scan_by_key.hpp
  84. include/vexcl/sort.hpp
  85. include/vexcl/sparse/csr.hpp
  86. include/vexcl/sparse/distributed.hpp
  87. include/vexcl/sparse/ell.hpp
  88. include/vexcl/sparse/matrix.hpp
  89. include/vexcl/sparse/product.hpp
  90. include/vexcl/sparse/spmv_ops.hpp
  91. include/vexcl/spmat.hpp
  92. include/vexcl/spmat/ccsr.hpp
  93. include/vexcl/spmat/csr.inl
  94. include/vexcl/spmat/hybrid_ell.inl
  95. include/vexcl/spmat/inline_spmv.hpp
  96. include/vexcl/stencil.hpp
  97. include/vexcl/svm_vector.hpp
  98. include/vexcl/tagged_terminal.hpp
  99. include/vexcl/temporary.hpp
  100. include/vexcl/tensordot.hpp
  101. include/vexcl/types.hpp
  102. include/vexcl/util.hpp
  103. include/vexcl/vector.hpp
  104. include/vexcl/vector_pointer.hpp
  105. include/vexcl/vector_view.hpp
  106. include/vexcl/vexcl.hpp
  107. share/vexcl/cmake/VexCLBoostTargets.cmake
  108. share/vexcl/cmake/VexCLConfig.cmake
  109. share/vexcl/cmake/VexCLOpenCLTarget.cmake
  110. share/vexcl/cmake/VexCLTargets.cmake
  111. share/vexcl/cmake/VexCLTools.cmake
  112. @owner
  113. @group
  114. @mode
Collapse this list.
Dependency lines:
  • vexcl>0:devel/vexcl
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):
vexcl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.3_21.4.3_21.4.1_51.4.3_21.4.3_2-1.4.1_5-
FreeBSD:13:quarterly1.4.3_21.4.3_2-1.4.3_21.4.3_21.4.3_21.4.3_21.4.3_2
FreeBSD:14:latest1.4.3_21.4.3_2-1.4.3_21.4.3_2--1.4.3_1
FreeBSD:14:quarterly1.4.3_21.4.3_2-1.4.3_21.4.3_21.4.3_21.4.3_21.4.3_2
FreeBSD:15:latest1.4.3_21.4.3_2n/a1.4.3_2n/a1.4.3_21.4.3_21.4.3_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. boost-libs>0 : devel/boost-libs
  2. opencl>0 : devel/opencl
  3. ocl-icd>0 : devel/ocl-icd
  4. cmake : devel/cmake-core
  5. ninja : devel/ninja
Runtime dependencies:
  1. boost-libs>0 : devel/boost-libs
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ddemidov/vexcl/tar.gz/1.4.3?dummy=/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.3_2
12 Aug 2023 01:37:45
commit hash: a2348ffdc485dd41f5259b5c61545740f62218f7commit hash: a2348ffdc485dd41f5259b5c61545740f62218f7commit hash: a2348ffdc485dd41f5259b5c61545740f62218f7commit hash: a2348ffdc485dd41f5259b5c61545740f62218f7 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
devel/vexcl: allow to build without GCC
1.4.3_1
13 Mar 2023 00:03:01
commit hash: c4278f42a264a755e0e1a1c71c92d4d6653cd919commit hash: c4278f42a264a755e0e1a1c71c92d4d6653cd919commit hash: c4278f42a264a755e0e1a1c71c92d4d6653cd919commit hash: c4278f42a264a755e0e1a1c71c92d4d6653cd919 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.4.3_1
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
1.4.3
13 Nov 2021 21:59:25
commit hash: a071d8b929710afcb2dcd0731e7b667d6b8993f4commit hash: a071d8b929710afcb2dcd0731e7b667d6b8993f4commit hash: a071d8b929710afcb2dcd0731e7b667d6b8993f4commit hash: a071d8b929710afcb2dcd0731e7b667d6b8993f4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
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
commit hash: ad95000ef2d8bd6d9e9de4605133223906bd8eafcommit hash: ad95000ef2d8bd6d9e9de4605133223906bd8eafcommit hash: ad95000ef2d8bd6d9e9de4605133223906bd8eafcommit hash: ad95000ef2d8bd6d9e9de4605133223906bd8eaf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/vexcl: Update 1.4.1-120 -> 1.4.2
1.4.1.120
26 Apr 2021 18:55:51
commit hash: 9e7b3c21285a75130b6718f3ea6c51e33043d83bcommit hash: 9e7b3c21285a75130b6718f3ea6c51e33043d83bcommit hash: 9e7b3c21285a75130b6718f3ea6c51e33043d83bcommit hash: 9e7b3c21285a75130b6718f3ea6c51e33043d83b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
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
commit hash: 3cef5a93279bcf0b2de047592efd5365a90069b8commit hash: 3cef5a93279bcf0b2de047592efd5365a90069b8commit hash: 3cef5a93279bcf0b2de047592efd5365a90069b8commit hash: 3cef5a93279bcf0b2de047592efd5365a90069b8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
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
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.4.1_5
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.4.1_5
11 Dec 2019 17:53:49
Revision:519824Original commit files touched by this commit
jbeich search for other commits by this committer
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
Revision:509290Original commit files touched by this commit
jbeich search for other commits by this committer
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
Revision:498698Original commit files touched by this commit
jbeich search for other commits by this committer
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
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
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
Revision:487266Original commit files touched by this commit
jbeich search for other commits by this committer
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
Revision:476723Original commit files touched by this commit
jbeich search for other commits by this committer
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
Revision:467747Original commit files touched by this commit
yuri search for other commits by this committer
New port: devel/vexcl: C++ vector expression template library for OpenCL/CUDA

Number of commits found: 18