534f4d6c68
Added patch to remove hardening-related flags.
Updated license hash due to upstream commit
9253eb8b94
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
491 B
Makefile
18 lines
491 B
Makefile
################################################################################
|
|
#
|
|
# intel-gmmlib
|
|
#
|
|
################################################################################
|
|
|
|
INTEL_GMMLIB_VERSION = 21.2.1
|
|
INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
|
|
INTEL_GMMLIB_LICENSE = MIT
|
|
INTEL_GMMLIB_LICENSE_FILES = LICENSE.md
|
|
|
|
INTEL_GMMLIB_INSTALL_STAGING = YES
|
|
INTEL_GMMLIB_SUPPORTS_IN_SOURCE_BUILD = NO
|
|
|
|
INTEL_GMMLIB_CONF_OPTS = -DRUN_TEST_SUITE=OFF
|
|
|
|
$(eval $(cmake-package))
|