File: rules

package info (click to toggle)
abyss 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,180 kB
  • sloc: cpp: 57,364; ansic: 5,516; makefile: 1,944; sh: 483; perl: 401; haskell: 194
file content (20 lines) | stat: -rwxr-xr-x 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_CXXFLAGS_MAINT_APPEND = -DGTEST_USE_OWN_TR1_TUPLE=0

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DH_OPTIONS

%:
	dh  $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-mpi=/usr/lib/openmpi

override_dh_auto_build:
	dh_auto_build
	markdown_py -f README.html README.md

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp