Skip to content
Snippets Groups Projects
rules 248 B
Newer Older
export MAKEOPTS=-j5

export DH_VERBOSE=1
	dh "$@" --buildsystem=cmake --with-python2

override_dh_auto_configure:
	dh_auto_configure -- -DVERSION_MOOSE=3.1.3 -DCMAKE_SKIP_RPATH=ON
	dh_numpy
	dh_python2