File: rules

package info (click to toggle)
python-suitesparse-graphblas 7.4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 968 kB
  • sloc: ansic: 9,939; python: 3,575; sh: 52; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=suitesparse-graphblas
export http_proxy=127.0.0.1:9
export HOME=$(shell mktemp -d)
export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	dh_numpy3