File: rules

package info (click to toggle)
fflas-ffpack 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,200 kB
  • sloc: cpp: 26,712; makefile: 784; sh: 430; csh: 95; ansic: 20
file content (20 lines) | stat: -rwxr-xr-x 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

override_dh_auto_configure:
	dh_auto_configure -- --prefix=/usr --with-all \
		--with-blas-libs="-lblas -llapack" \
		--without-archnative # disable -march=native/-mcpu=native

override_dh_auto_build-indep:
	dh_testdir
	$(MAKE) docs_dev
	jdupes -l doc/fflas-ffpack-dev-html
	jdupes -l doc/fflas-ffpack-html

override_dh_installdocs:
	dh_installdocs --doc-main-package=fflas-ffpack -pfflas-ffpack-dev-doc
	dh_installdocs --doc-main-package=fflas-ffpack -pfflas-ffpack-user-doc
	dh_installdocs --remaining-packages

%:
	dh $@