UmVirt LFS Package info
DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
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