File: rules

package info (click to toggle)
ocaml-mccs 1.1%2B19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,804 kB
  • sloc: cpp: 3,889; ml: 269; sh: 166; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with ocaml --buildsystem ocaml_dune

override_dh_auto_build:
	mv src/glpk/dune-shared src/glpk/dune
	dune build -p mccs

override_dh_auto_test:
	# Disable tests for now, they are somehow broken
	# dune runtest -p mccs