Port details |
- thrust C++ parallel programming library which resembles the C++ STL
- 1.9.5_1 devel =2 1.9.5_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-05-05 00:39:43
- Last Update: 2023-08-12 01:37:46
- Commit Hash: 65ee78d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://thrust.github.io/
- Description:
- Thrust is a parallel algorithms library which resembles the C++ Standard
Template Library (STL). Thrust's high-level interface greatly enhances
programmer productivity while enabling performance portability between GPUs and
multicore CPUs. Interoperability with established technologies (such as CUDA,
TBB, and OpenMP) facilitates integration with existing software.
- ¦ ¦ ¦ ¦
- 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/thrust/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/thrust
- pkg install thrust
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: thrust
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1558291513
SHA256 (thrust-thrust-1.9.5_GH0.tar.gz) = d155dc2a260fe0c75c63c185fa4c4b4c6c5b7c444fcdac7109bb71941c9603f1
SIZE (thrust-thrust-1.9.5_GH0.tar.gz) = 1120110
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- science/chrono
Configuration Options:
- No options to configure
- Options name:
- devel_thrust
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.5_1 12 Aug 2023 01:37:46 |
Piotr Kubaj (pkubaj) |
devel/thrust: allow to build without GCC |
1.9.5 13 Mar 2023 00:02:29 |
Piotr Kubaj (pkubaj) |
devel/thrust: fix build without libomp
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error at /usr/local/share/cmake/Modules/FindOpenMP.cmake:261
(try_compile):
Failed to configure test project build system.
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindOpenMP.cmake:537 (_OPENMP_GET_FLAGS)
CMakeLists.txt:305 (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.9.5 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.9.5 23 Jul 2022 06:48:16 |
Yuri Victorovich (yuri) |
devel/thrust: Move include files under include/
PR: 265398
Reported by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> |
1.9.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.9.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.5 19 May 2019 18:49:09 |
yuri |
devel/thrust: Update 1.9.4 -> 1.9.5
Reported by: portscout |
1.9.4 05 May 2019 00:39:25 |
yuri |
New port: devel/thrust: C++ parallel programming library which resembles the C++
STL |
Number of commits found: 9
|