File: rules

package info (click to toggle)
python-dmsh 0.2.19-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,893; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f

export PYBUILD_NAME=dmsh

# ignore warnings about non-Delaunay facet round-off errors
export PYBUILD_TEST_ARGS=-W ignore::UserWarning

# don't treat test images interactively
export MPLBACKEND=Agg

%:
	dh $@ --buildsystem=pybuild