#!/usr/bin/make -f


export DH_VERBOSE=1
export FC_DEFAULT=gfortran
export FC_OPTIONAL=flang


# The magic debhelper  rule
%:
	dh $@ --buildsystem=cmake  --with fortran

