Port details |
- highway Performance-portable, length-agnostic SIMD with runtime dispatch
- 1.2.0 devel =10 1.2.0Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2022-01-08 20:27:06
- Last Update: 2024-06-01 09:58:18
- Commit Hash: 33a1094
- People watching this port, also watch:: xorg-fonts-truetype, libevent, indexinfo, dav1d, openjpeg
- License: APACHE20
- WWW:
- https://github.com/google/highway
- Description:
- Highway is a C++ library that provides portable SIMD/vector intrinsics.
- ¦ ¦ ¦ ¦
- 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/highway/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/highway
- pkg install highway
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: highway
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717169470
SHA256 (google-highway-1.2.0_GH0.tar.gz) = 7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343
SIZE (google-highway-1.2.0_GH0.tar.gz) = 2234665
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
- Test dependencies:
-
- googletest>0 : devel/googletest
- This port is required by:
- for Build
-
- graphics/vips
- for Libraries
-
- graphics/libjxl
- graphics/lux
- graphics/vips
Configuration Options:
- No options to configure
- Options name:
- devel_highway
- USES:
- cmake:testing compiler:c++11-lib
- 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.2.0 01 Jun 2024 09:58:18 |
Jan Beich (jbeich) |
devel/highway: update to 1.2.0
Changes: https://github.com/google/highway/releases/tag/1.2.0
Reported by: GitHub (watch releases) |
1.1.0 18 Feb 2024 05:57:35 |
Jan Beich (jbeich) |
devel/highway: update to 1.1.0
Changes: https://github.com/google/highway/releases/tag/1.1.0
Reported by: GitHub (watch releases) |
1.0.7 30 Aug 2023 11:21:35 |
Jan Beich (jbeich) |
devel/highway: update to 1.0.7
Changes: https://github.com/google/highway/releases/tag/1.0.6
Reported by: GitHub (watch releases) |
1.0.6 17 Aug 2023 03:00:27 |
Jan Beich (jbeich) |
devel/highway: unbreak with clang 16 on i386 after bcdc19e0fb16
In file included from hwy/nanobenchmark.cc:27:
In file included from hwy/robust_statistics.h:24:
hwy/base.h:386:19: error: _Float16 is not supported on this target
using float16_t = _Float16;
^
Reported by: pkg-fallout |
1.0.6 13 Aug 2023 14:48:47 |
Piotr Kubaj (pkubaj) |
devel/highway: remove noop powerpc* knobs |
1.0.6 12 Aug 2023 00:31:40 |
Jan Beich (jbeich) |
devel/highway: update to 1.0.6
Changes: https://github.com/google/highway/releases/tag/1.0.6
Reported by: GitHub (watch releases) |
1.0.5 19 Jul 2023 17:50:06 |
Jan Beich (jbeich) |
devel/highway: update to 1.0.5
Changes: https://github.com/google/highway/releases/tag/1.0.5
Reported by: GitHub (watch releases) |
1.0.4_1 27 Mar 2023 23:03:24 |
Piotr Kubaj (pkubaj) |
devel/highway: better fix for powerpc64 and powerpc
Instead of forcing VSX and POWER Crypto extensions, which raises the baseline to
POWER8, disable SIMD altogether. |
1.0.4 24 Mar 2023 20:07:56 |
Piotr Kubaj (pkubaj) |
devel/highway: fix build on powerpc64
/wrkdirs/usr/ports/devel/highway/work/highway-1.0.4/hwy/ops/ppc_vsx-inl.h:2688:41:
error: use of undeclared identifier 'vec_cipher_be'
return BitCast(du8, detail::CipherVec{vec_cipher_be( |
1.0.4 17 Mar 2023 16:19:39 |
Jan Beich (jbeich) |
devel/highway: update to 1.0.4
Changes: https://github.com/google/highway/releases/tag/1.0.4
Reported by: GitHub (watch releases) |
1.0.3 19 Jan 2023 16:09:10 |
Jan Beich (jbeich) |
devel/highway: update to 1.0.3
Changes: https://github.com/google/highway/releases/tag/1.0.3
Reported by: GitHub (watch releases) |
1.0.2 28 Oct 2022 12:06:06 |
Jan Beich (jbeich) |
devel/highway: update to 1.0.2
Changes: https://github.com/google/highway/releases/tag/1.0.2
Reported by: GitHub (watch releases) |
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.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.0.1 29 Aug 2022 20:17:54 |
Jan Beich (jbeich) |
devel/highway: switch to upstream build fix |
1.0.1 24 Aug 2022 17:54:52 |
Jan Beich (jbeich) |
devel/highway: update to 1.0.1
Changes: https://github.com/google/highway/releases/tag/1.0.1
Reported by: GitHub (watch releases) |
1.0.0 28 Jul 2022 00:35:34 |
Jan Beich (jbeich) |
devel/highway: update to 1.0.0
Changes: https://github.com/google/highway/releases/tag/1.0.0
Reported by: GitHub (watch releases) |
0.17.0 02 Jun 2022 23:05:11 |
Jan Beich (jbeich) |
devel/highway: update to 0.17.0
Changes: https://github.com/google/highway/releases/tag/0.17.0
Reported by: GitHub (watch releases) |
0.16.0_2 21 Feb 2022 20:20:38 |
Jan Beich (jbeich) |
devel/highway: backport crashfix for old CPUs
PR: 262104
Reported by: VVD |
0.16.0_1 18 Feb 2022 20:39:27 |
Jan Beich (jbeich) |
devel/highway: switch to shared library after 00e47df9ed1a
PR: 261003 |
0.16.0 18 Feb 2022 20:39:06 |
Jan Beich (jbeich) |
devel/highway: update to 0.16.0
Changes: https://github.com/google/highway/releases/tag/0.16.0
Reported by: GitHub (watch releases) |
0.15.0 08 Jan 2022 20:23:48 |
Jan Beich (jbeich) |
devel/highway: add new port
Highway is a C++ library that provides portable SIMD/vector intrinsics.
https://github.com/google/highway |