mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
highway: add recipe
add google highway as a dependency for libjxl Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2a73de83bf
commit
d85547db5a
15
meta-oe/recipes-extended/highway/highway_1.1.0.bb
Normal file
15
meta-oe/recipes-extended/highway/highway_1.1.0.bb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
SUMMARY = "Highway is a C++ library for SIMD (Single Instruction, Multiple Data)"
|
||||
HOMEPAGE = "https://github.com/google/highway/"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9"
|
||||
|
||||
inherit cmake
|
||||
|
||||
SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "58b52a717469e62b2d9b8eaa2f5dddb44d4a4cbf"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"
|
||||
CXXFLAGS:append:arm = " -mfp16-format=ieee"
|
||||
Loading…
Reference in New Issue
Block a user