diff options
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.bb | 7 |
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) | |||
| 2 | HOMEPAGE = "https://github.com/google/highway/" | 2 | HOMEPAGE = "https://github.com/google/highway/" |
| 3 | 3 | ||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e583f1fc1c22da0f388b23a31df5b591" |
| 6 | 6 | ||
| 7 | inherit cmake | 7 | inherit cmake |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master \ | 9 | SRC_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 | ||
| 12 | SRCREV = "ac0d5d297b13ab1b89f48484fc7911082d76a93f" | 12 | SRCREV = "c34a36fb145de0a922a6e719b217033e1ff2eece" |
| 13 | PV .= "+git" | ||
| 13 | 14 | ||
| 14 | EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release" | 15 | EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release" |
| 15 | 16 | ||
| 16 | CXXFLAGS:append:arm = " -mfp16-format=ieee" | 17 | CXXFLAGS: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 |
| 18 | CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee" | 19 | CXXFLAGS:remove:toolchain-clang = "-mfp16-format=ieee" |
| 20 | |||
| 21 | BBCLASSEXTEND = "native" | ||
