# Cray suite: FORTRAN-compiler %section Makefile FC = ftn F77 = $(FC) FFLAGS += -J . FFLAGS_DOUBLE = -s real64 # add for huge setups: -h pic -Wl,--no-relax LDFLAGS_HELPER += -h dynamic %endsection Makefile