File: rules

package info (click to toggle)
compyle 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,064 kB
  • sloc: python: 11,504; makefile: 19
file content (13 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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"

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

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