This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
intel-gmmlib/debian/rules
Ward from fusion-voyager-3 003f30278a first commit
2023-10-27 15:42:54 +03:00

11 lines
238 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
# Requires Broadwell or newer, so check for SSE 4.2 support at least.
if grep -q sse4_2 /proc/cpuinfo; then dh_auto_test; fi
endif