File: rules

package info (click to toggle)
nvidia-nccl 2.22.3-1-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 2,676 kB
  • sloc: cpp: 24,203; ansic: 12,919; makefile: 403; python: 272; sh: 34
file content (18 lines) | stat: -rwxr-xr-x 375 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 DEB_BUILD_MAINT_OPTIONS=hardening=+all
export CUDA_HOME=/usr
export VERBOSE=1
export CC=cuda-gcc
export CXX=cuda-g++

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- src.build

override_dh_auto_install:
	PREFIX=$(shell pwd)/debian/tmp dh_auto_install

# Do not run test automatically - they require CUDA-capable hardware
override_dh_auto_test: