Search Criteria
Package Details: highway-git 1.3.0.r146.g52a2d98d-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/highway-git.git (read-only, click to copy) |
|---|---|
| Package Base: | highway-git |
| Description: | A C++ library that provides portable SIMD/vector intrinsics (git version) |
| Upstream URL: | https://github.com/google/highway/ |
| Licenses: | Apache-2.0 OR BSD-3-Clause |
| Conflicts: | highway |
| Provides: | highway |
| Submitter: | dbermond |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-02-19 23:30 (UTC) |
| Last Updated: | 2025-11-08 12:34 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- gtest (googletest-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (14)
- hdrview-git (requires highway)
- hdrview-git (requires highway) (make)
- immich-server (requires highway)
- libjxl-doc-git (requires highway) (make)
- libjxl-git (requires highway)
- libjxl-git (requires highway) (make)
- libjxl-metrics (requires highway)
- libjxl-metrics-git (requires highway)
- libvips-git (requires highway)
- libvips-notiff (requires highway)
- ok-edu-classroom-desktop-git (requires highway) (make)
- qt5-jpegxl-image-plugin-git (requires highway) (make)
- sftool-gui-bin (requires highway)
- switcheroo-gtk4-git (requires highway)
Latest Comments
1 2 Next › Last »
dbermond commented on 2025-11-08 12:35 (UTC)
@silverhikari package updated to match the latest upstream changes. Thanks for reporting.
silverhikari commented on 2025-11-07 23:03 (UTC) (edited on 2025-11-07 23:04 (UTC) by silverhikari)
packaging fails as the license was renamed from LICENSE-BSD3 to LICENSE
Anquihald commented on 2025-02-26 03:28 (UTC)
@dbermond Thank you very much. At now, the issue is fixed, and the build process is successfully finished.
dbermond commented on 2025-02-25 16:44 (UTC)
@Anquihald This is an upstream issue. I have opened an issue upstream and you can track it there.
Anquihald commented on 2025-02-25 12:28 (UTC)
Hello2All!
I need libhwy for my custom mpv build, but build fails with link error. Any fix?
Screenshot.
dbermond commented on 2024-04-10 16:46 (UTC)
@sohex It compiles fine for me for the stock x86_64 (x86-64-v1) instruction set, which is the default for Arch Linux. It also compiles fine for me when using '-march=alderlake'. You can try to build the package in a clean chroot, to isolate the build from your environment. This is how the packages in the official repositories are built.
sohex commented on 2024-04-08 20:07 (UTC)
@dbermond Interesting, which instruction sets is it building for on your system? I see the test failures on AVX2 and SSE4 tests specifically. I just tried dropping in the default makepkg.conf on my system, but with that the build fails completely, so entirely possible it's something with my environment. I also realize now that I completely misread that line from the readme as "should be compiled with optimizations enabled - without inlining" instead of "should be compiled with optimizations enabled" & "without inlining SIMD code may slow down...".
dbermond commented on 2024-04-07 11:26 (UTC)
@cfutro I have just checked, and the package is building fine with the default Arch Linux compiler flags, which already have '-O2'. All tests are passing. Check your compiler flags in use.
cfutro commented on 2024-04-07 10:24 (UTC)
I'm not able to build this package without setting
-fno-inline, without it two tests fail. Looking at the readme on the github page it seems like that might be preferable to add in general anyway:dbermond commented on 2024-01-04 18:33 (UTC)
@jholmer This is an upstream issue that is now fixed in latest git master.
1 2 Next › Last »