#!/usr/bin/make -f

export PYOPENCL_CTX=0

export PYBUILD_NAME=compyle
export PYBUILD_TEST_ARGS=\
--ignore=compyle/tests/test_cuda.py \
-vs -k "not test_that_multiple_compiles_do_not_occur_for_same_source \
and not test_const_as_call_arg and not test_const_in_return"


%:
	dh $@ --with python3,numpy3 --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r .pytest_cache compyle.egg-info
	$(RM) compyle/thrust/sort.cpp
