Port details |
- hptt High-Performance Tensor Transpose library
- 1.0.5.18_1 math
=2 1.0.5.18_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-06-01 00:33:04
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/springer13/hptt
- Description:
- HPTT is a high-performance C++ library for out-of-place tensor
transpositions.
Key Features:
* Multi-threading support
* Explicit vectorization
* Auto-tuning (akin to FFTW)
* Loop order
* Parallelization
* Multi architecture support
* Explicitly vectorized kernels for (AVX and ARM)
* Supports float, double, complex and double complex data types
* Supports both column-major and row-major data layouts
¦ ¦ ¦ ¦ 
- 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/math/hptt/ && make install clean
- To add the package, run one of these commands:
- pkg install math/hptt
- pkg install hptt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hptt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1654029691
SHA256 (springer13-hptt-v1.0.5-18-g9425386_GH0.tar.gz) = 00cc170a88bd7d3b18a02d6750a9475f34b2f1a9b9bf387e373e712282c4d556
SIZE (springer13-hptt-v1.0.5-18-g9425386_GH0.tar.gz) = 635751
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
- gcc12 : lang/gcc12
- as : devel/binutils
- Test dependencies:
-
- gmake : devel/gmake
- Runtime dependencies:
-
- gcc12 : lang/gcc12
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_hptt
- USES:
- cmake:testing compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.5.18_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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.0.5.18 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.0.5.18 08 Jun 2022 14:49:51
    |
Piotr Kubaj (pkubaj)  |
math/hptt: don't set march=native and properly check for powerpc64le |
1.0.5.18 01 Jun 2022 00:30:55
    |
Yuri Victorovich (yuri)  |
math/hptt: New port: High-Performance Tensor Transpose library |
Number of commits found: 5
|