meta-wayland/recipes-extended/highway/highway_git.bb

19 lines
528 B
BlitzBasic
Raw Normal View History

2021-10-21 12:05:23 +02:00
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"
2021-10-21 22:53:15 +02:00
inherit cmake
2021-10-21 12:05:23 +02:00
SRC_URI = " \
2021-11-23 17:16:27 +01:00
git://github.com/google/highway.git;protocol=https;branch=master \
2021-10-21 12:05:23 +02:00
"
2022-07-06 07:59:52 +02:00
PV = "0.17.0"
SRCREV = "0eaa3bb101f2f12edad58ad91846adb62a03fcb8"
2021-10-21 12:05:23 +02:00
S = "${WORKDIR}/git"
EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"
2021-12-25 22:30:29 +01:00
CXXFLAGS:append:arm = " -mfp16-format=ieee"