pyOM2_site_specific_meson 250 Bytes
Newer Older
mashun1's avatar
veros  
mashun1 committed
1
2
3
4
5
6
7
8
9
# 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