#!/usr/bin/make -f

export FC_DEFAULT=gfortran
export FC_OPTIONAL=flang-21 lfortran

export DH_VERBOSE=1


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


