File: rules

package info (click to toggle)
compyle 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 972 kB
  • sloc: python: 12,853; makefile: 21
file content (15 lines) | stat: -rwxr-xr-x 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYOPENCL_CTX=0

export PYBUILD_NAME=compyle
export PYBUILD_TEST_ARGS=\
-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" \
--ignore=$(CURDIR)/compyle/tests/test_cuda.py \
--ignore=$(CURDIR)/compyle/tests/test_parallel.py \
$(CURDIR)/compyle/tests

%:
	dh $@ --buildsystem=pybuild