File: rules

package info (click to toggle)
photutils 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,016 kB
  • sloc: python: 29,584; makefile: 115
file content (15 lines) | stat: -rwxr-xr-x 242 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 DH_VERBOSE=1

export PYBUILD_NAME=photutils

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

override_dh_auto_build:
	cython3 photutils/geometry/*.pyx
	dh_auto_build

override_dh_shlibdeps:
	dh_shlibdeps
	dh_numpy3