File: rules

package info (click to toggle)
arpack 3.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,044 kB
  • sloc: fortran: 50,852; cpp: 3,147; python: 1,339; f90: 1,068; ansic: 612; makefile: 395; sh: 157
file content (18 lines) | stat: -rwxr-xr-x 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	# Enforce generic BLAS (to avoid tying to ATLAS or OpenBLAS)
	dh_auto_configure --  --enable-mpi --with-blas=blas --enable-icb --enable-static

override_dh_auto_test:
# Disable fakeroot because of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839387
	env -u LD_PRELOAD make check

override_dh_strip:
	dh_strip --dbgsym-migration='libarpack2-dbg (<< 3.5.0+real-1~), libparpack2-dbg (<< 3.5.0+real-1~)'