#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

#DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
#LINALG=openblas64-openmp

#export FFLAGS=$(shell dpkg-buildflags --get FFLAGS) -ffp-contract=off

%:
	dh $@ --buildsystem=cmake
