Beispiel #1
0
def configure(ctx):
    ctx.use_tools(["fortran", "ctasks"])
    check_fcompiler(ctx)
    check_fortran_verbose_flag(ctx)
    check_fortran_runtime_flags(ctx)
    check_fortran_dummy_main(ctx)
    check_fortran_mangling(ctx)
Beispiel #2
0
def configure(ctx):
    ctx.use_tools(["ctasks", "cxxtasks"])
    ctx.load_tool("fortran")
    ctx.builders["fortran"].configure(candidates=["gfortran"])

    check_fcompiler(ctx)
    check_fortran_verbose_flag(ctx)
    check_fortran_runtime_flags(ctx)
    check_fortran_dummy_main(ctx)
    check_fortran_mangling(ctx)
Beispiel #3
0
def configure(ctx):
    ctx.use_tools(["ctasks", "cxxtasks"])
    ctx.load_tool("fortran")
    ctx.builders["fortran"].configure(candidates=["gfortran"])

    check_fcompiler(ctx)
    check_fortran_verbose_flag(ctx)
    check_fortran_runtime_flags(ctx)
    check_fortran_dummy_main(ctx)
    check_fortran_mangling(ctx)