summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/highway/highway_1.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/highway/highway_1.3.0.bb')
-rw-r--r--meta-oe/recipes-extended/highway/highway_1.3.0.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/highway/highway_1.3.0.bb b/meta-oe/recipes-extended/highway/highway_1.3.0.bb
index 81b71b1f21..ddd684bb45 100644
--- a/meta-oe/recipes-extended/highway/highway_1.3.0.bb
+++ b/meta-oe/recipes-extended/highway/highway_1.3.0.bb
@@ -2,17 +2,20 @@ SUMMARY = "Highway is a C++ library for SIMD (Single Instruction, Multiple Data)
2HOMEPAGE = "https://github.com/google/highway/" 2HOMEPAGE = "https://github.com/google/highway/"
3 3
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e583f1fc1c22da0f388b23a31df5b591"
6 6
7inherit cmake 7inherit cmake
8 8
9SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master \ 9SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master \
10 file://0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch" 10 file://0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch"
11 11
12SRCREV = "ac0d5d297b13ab1b89f48484fc7911082d76a93f" 12SRCREV = "c34a36fb145de0a922a6e719b217033e1ff2eece"
13PV .= "+git"
13 14
14EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release" 15EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"
15 16
16CXXFLAGS:append:arm = " -mfp16-format=ieee" 17CXXFLAGS:append:arm = " -mfp16-format=ieee"
17# Option not supported with clang and its default format for __fp16 anyway with clang 18# Option not supported with clang and its default format for __fp16 anyway with clang
18CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee" 19CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee"
20
21BBCLASSEXTEND = "native"