#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_SYSTEM=custom
export PYBUILD_DISABLE=clean configure
export PYBUILD_BUILD_ARGS=make knlsb VERSION=2.3.0+xpps-2.3.0.482
export PYBUILD_INSTALL_ARGS=make install-knlsb VERSION=2.3.0+xpps-2.3.0.482 DESTDIR={destdir}

PACKAGE_NAME = micperf

%:
	dh $@ --with python2 --buildsystem=pybuild

# Ignore external icc dependencies
override_dh_shlibdeps:
	dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
