UmVirt LFS Package info
DB commit: a1c087427053c3732f19d41cf80e95056e8f8613
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
highway
The highway package contains a C++ library that provides portable SIMD/vector intrinsics.Package info
Template:
Codename: highway
Source file: highway-1.2.0.tar.gz
Source file size: 2234665
Source file MD5-checkum: 8b3d090a2d081730b40bca5ae0d65f11
Source directory: highway-1.2.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/h/highway-1.2.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/h/highway-1.2.0.tar.gz.md5sum
Dependances: cmake.
Dependance of: libjxl.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_TESTING=OFF \
-D BUILD_SHARED_LIBS=ON \
-G Ninja ..
Build script:
cd build
ninja
Install script:
cd build
ninja install