# fortran front end
F90 = mpif90
CDFFLAGS = $(shell nf-config --fflags --flibs)
MPIFLAGS =
F90FLAGS = -llapack -lblas -fconvert=big-endian -O3 -Wall #-check bounds

# python front end
F2PYFLAGS = --backend meson --dep lapack
F2PY_MPIFLAGS = --dep mpi