diff --git a/programming/library/libhwy/actions.py b/programming/library/libhwy/actions.py index dd808bea89..cea904a853 100644 --- a/programming/library/libhwy/actions.py +++ b/programming/library/libhwy/actions.py @@ -8,16 +8,17 @@ from pisi.actionsapi import cmaketools i = ''.join([ ' -DCMAKE_BUILD_TYPE=Release', + ' -DBUILD_TESTING=OFF', ' -DBUILD_SHARED_LIBS=ON', ' -DHWY_SYSTEM_GTEST=ON', - ' -B_build -L ' + ' -B build -L ' ]) def setup(): cmaketools.configure(i) def build(): - cmaketools.make("-C _build") + cmaketools.make("-C build") def install(): - cmaketools.install("-C _build") + cmaketools.install("-C build") diff --git a/programming/library/libhwy/pspec.xml b/programming/library/libhwy/pspec.xml index c3724bbb63..aad29b5d6a 100644 --- a/programming/library/libhwy/pspec.xml +++ b/programming/library/libhwy/pspec.xml @@ -1,65 +1,69 @@ - - libhwy - https://github.com/google/highway - - PisiLinux Community - admins@pisilinux.org - - Apache-2 - library - programming.library - Efficient and performance-portable vector software. - Highway is a C++ library that provides portable SIMD/vector intrinsics. - - https://github.com/google/highway/archive/refs/tags/1.0.3.tar.gz - - - cmake - gtest-devel - - - - - + + libhwy + https://github.com/google/highway + + PisiLinux Community + admins@pisilinux.org + + Apache-2 + library + programming.library + Efficient and performance-portable vector software. + Highway is a C++ library that provides portable SIMD/vector intrinsics. + https://github.com/google/highway/archive/refs/tags/1.0.7.tar.gz + + cmake + gtest-devel + + + + + + + libhwy + + libgcc + + + /usr/lib + + - - libhwy - - libgcc - - - /usr/lib - - + + libhwy-devel + + libhwy + + + /usr/include/hwy + /usr/lib/pkgconfig + + - - libhwy-devel - - libhwy - - - /usr/include/hwy - /usr/lib/pkgconfig - - - - - - 2023-01-27 - 1.0.3 - Version bump - fury - uglyside@yandex.ru - - - 2023-01-06 - 1.0.2 - First build. - fury - uglyside@yandex.ru - - + + + 2025-09-24 + 1.0.7 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2023-01-27 + 1.0.3 + Version bump + fury + uglyside@yandex.ru + + + 2023-01-06 + 1.0.2 + First build. + fury + uglyside@yandex.ru + +