File: rules

package info (click to toggle)
openopt 0.38%2Bsvn1589-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,740 kB
  • ctags: 2,957
  • sloc: python: 13,430; fortran: 3,236; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

DEB_INSTALL_EXAMPLES_python-openopt := openopt/examples/*
# immediately useable documentation and examples
DEB_COMPRESS_EXCLUDE := .py .pdf .html .css .jpg .txt .js .json

clean::
	find -iname \*.pyc -delete
	rm -f openopt/kernel/solverPaths.py
	rm -rf openopt.egg-info