File: rules

package info (click to toggle)
python-scikit-cuda 0.5.3-1
  • links: PTS
  • area: contrib
  • in suites: forky, trixie
  • size: 1,516 kB
  • sloc: python: 18,940; ansic: 459; makefile: 95; sh: 9
file content (15 lines) | stat: -rwxr-xr-x 411 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 PYBUILD_NAME=scikit-cuda

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	nvidia-detect | grep -q "No NVIDIA GPU detected." || dh_auto_test

# In preparation for when sphinx.ext.pngmath gets packaged
# execute_after_dh_auto_build: export http_proxy=127.0.0.1:9
# execute_after_dh_auto_build: export https_proxy=127.0.0.1:9
# execute_after_dh_auto_build:
# 	make -C docs html