File: rules

package info (click to toggle)
compyle 0.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,044 kB
  • sloc: python: 12,332; makefile: 22
file content (18 lines) | stat: -rwxr-xr-x 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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