Port details |
- kokkos C++ performance portability programming ecosystem
- 3.6.01 devel
=0 3.5.00Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-05-02 08:02:16
- Last Update: 2022-06-23 01:04:16
- Commit Hash: 852edf7
- License: BSD3CLAUSE
- Description:
- Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model
- Parallel Execution and Memory Abstraction.
Kokkos Core implements a programming model in C++ for writing performance
portable applications targeting all major HPC platforms. For that purpose it
provides abstractions for both parallel execution of code and data management.
Kokkos is designed to target complex node architectures with N-level memory
hierarchies and multiple types of execution resources. It currently can use
CUDA, HPX, OpenMP and Pthreads as backend programming models with several other
backends in development.
WWW: https://github.com/kokkos/kokkos
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libkokkoscontainers.so:devel/kokkos
- libkokkoscore.so:devel/kokkos
- To install the port:
- cd /usr/ports/devel/kokkos/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/kokkos
- pkg install kokkos
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kokkos
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: armv6 armv7 i386 mips powerpc
- distinfo:
- TIMESTAMP = 1655937695
SHA256 (kokkos-kokkos-3.6.01_GH0.tar.gz) = 1b80a70c5d641da9fefbbb652e857d7c7a76a0ebad1f477c253853e209deb8db
SIZE (kokkos-kokkos-3.6.01_GH0.tar.gz) = 2247443
- 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
- ninja : devel/ninja
- Runtime dependencies:
-
- bash : shells/bash
- This port is required by:
- for Libraries
-
- science/lammps
- Configuration Options:
- No options to configure
- Options name:
- devel_kokkos
- USES:
- cmake:testing compiler:c++11-lang shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Jun 2022 01:04:16 3.6.01
|
Yuri Victorovich (yuri)  |
devel/kokkos: Update 3.6.00 -> 3.6.01 |
27 Apr 2022 19:40:58 3.6.00
|
Yuri Victorovich (yuri)  |
devel/kokkos: Update 3.5.00 -> 3.6.00
Reported by: portscout |
25 Jan 2022 17:52:25 3.5.00
|
Yuri Victorovich (yuri)  |
devel/kokkos: Update 3.4.01 -> 3.5.00
Reported by: portscout |
08 Jun 2021 12:12:28 3.4.01
|
Piotr Kubaj (pkubaj)  |
devel/kokkos: there are more 32-bit architectures supported on freebsd |
27 May 2021 09:47:02 3.4.01
|
Yuri Victorovich (yuri)  |
devel/kokkos: Update 3.4.00 -> 3.4.01
Reported by: portscout |
15 May 2021 07:12:32 3.4.00
|
Yuri Victorovich (yuri)  |
devel/kokkos: Update 3.3.01 -> 3.4.00 |
07 Apr 2021 08:09:01 3.3.01
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 3.3.01
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Jan 2021 01:51:08
3.3.01
|
yuri  |
devel/kokkos: Update 3.3.00 -> 3.3.01
Reported by: portscout |
23 Dec 2020 04:25:52
3.3.00
|
yuri  |
devel/kokkos: Update 3.2.01 -> 3.3.00 |
29 Nov 2020 06:03:05
3.2.01
|
yuri  |
devel/kokkos: Update 3.2.00 -> 3.2.01
Reported by: portscout |
06 Sep 2020 01:52:16
3.2.00
|
yuri  |
devel/kokkos: Update 3.1.01 -> 3.2.00 |
10 May 2020 06:13:32
3.1.01
|
yuri  |
devel/kokkos: Not for i386
Reported by: fallout |
07 May 2020 01:01:34
3.1.01
|
yuri  |
devel/kokkos: Update 3.1.00 -> 3.1.01
Reported by: portscout |
02 May 2020 14:16:21
3.1.00
|
linimon  |
Add compiler:c++11-lang to fix build on GCC-based systems:
The CXX compiler identification is GNU 4.2.1
Compiler not supported by Kokkos.
Approved by: portmgr (tier-2 blanket) |
02 May 2020 08:02:07
3.1.00
|
yuri  |
New port: devel/kokkos: C++ performance portability programming ecosystem |