File: rules

package info (click to toggle)
dune-geometry 2.11.0-1~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,316 kB
  • sloc: cpp: 15,164; python: 262; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f

include /usr/share/dune/dune-debian.mk

# We have failing tests on s390x. We think the code is actually buggy
# and deactivate the test..
ifneq (,$(filter $(DEB_HOST_ARCH), s390x))
    DUNE_CTEST_OPTIONS += "-E test-quadrature"
endif

%:
	dh $@ --builddirectory=build --buildsystem=cmake