File: rules

package info (click to toggle)
adios4dolfinx 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 524 kB
  • sloc: python: 4,095; sh: 28; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export PYBUILD_NAME=adios4dolfinx
export PYBUILD_BEFORE_TEST=debian/run_test_in_testdir {build_dir}
export PYBUILD_AFTER_TEST=rm -f {build_dir}/conftest.py

# some tests access MPI
# so allow 2-process tests on single CPU systems
export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe

export PYBUILD_TEST_ARGS = -k "not test_original_checkpoint"

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