File: rules

package info (click to toggle)
arpack 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,272 kB
  • ctags: 8,088
  • sloc: fortran: 49,972; makefile: 256; ansic: 179; sh: 3
file content (16 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh  $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure --  --enable-mpi

override_dh_strip:
	dh_strip -Xlibparpack2 --dbg-package=libarpack2-dbg
	dh_strip --dbg-package=libparpack2-dbg

.PHONY: override_dh_strip