mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00

* fixes return type for PowerPC _gf_vect_mul_base function. * fixes isal_deflate_icf_finish_lvl1 dispatcher for aarch64. * fixes CRC compilation on aarch64. * fixes MacOS-14 compilation. * fixes MinGW build. * fixes Clang compilation on igzip library on aarch64. * fixes spelling mistakes and typos. * fixes Windows build on erasure code performance applications. * fixes FreeBSD build warnings. * fixes compilation with YASM. Release Notes: https://github.com/intel/isa-l/releases/tag/v2.31.1 Signed-off-by: Sudhir Sharma <sudhir.sharma@intel.com>
20 lines
565 B
BlitzBasic
20 lines
565 B
BlitzBasic
SUMMARY = "Intelligent Storage Acceleration Library"
|
|
DESCRIPTION = "ISA-L is a collection of optimized low-level functions \
|
|
targeting storage applications."
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2476688d0948d4a3f7c69473a603540d"
|
|
SECTION = "lib"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "c387163fcbca62701d646149564c550c78a4f985"
|
|
SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https"
|
|
|
|
DEPENDS = "nasm-native"
|
|
AS[unexport] = "1"
|
|
|
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
|
|
|
COMPATIBLE_HOST = '(x86_64).*-linux'
|